Quote:
Originally Posted by cartman
I really liked this mod, but unfortunately it also makes menu font size be the same everywhere, and i prefer the default. Is there any way i can fix that?
|
I'm glad you like it. I have some updates I need to put public, for things like counting pages properly in an ePub (page counter doesn't equal 'page turns', it's strange)
Anyhow, for your font issue, open the main.xml file (found in opt/sony/ebook/application/resources/scripts/main.xml) and modify the lines as follows:
Starting on line 9, find the things like 'style id="kbookBigTitle"', etc. and set the sizes:
kbookBigTitle = 48
kbookSmallTitle = 36
kbookVBigName = 36
kbookVMallName = 24
kbookVComment = 18
kbookHBigName = 24
kbookHSmallName = 18
kbookHComment = 16
I hope that covers it for you. See
http://pastebin.ca/1450337 for what it should about look like. Let me know if this doesn't solve it for you.