View Single Post
Old 06-06-2009, 11:51 PM   #21
slepp
Member
slepp began at the beginning.
 
slepp's Avatar
 
Posts: 12
Karma: 10
Join Date: Jan 2009
Location: Edmonton, AB
Device: Sony PRS-505
Quote:
Originally Posted by cartman View Post
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.

Last edited by slepp; 06-06-2009 at 11:53 PM.
slepp is offline   Reply With Quote