View Single Post
Old 05-29-2012, 03:31 PM   #487
dpavlin
Connoisseur
dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.
 
dpavlin's Avatar
 
Posts: 61
Karma: 116628
Join Date: May 2011
Location: Zagreb, Croatia
Device: Kindle K3G and DXG
Quote:
Originally Posted by dracodoc View Post
Actually I'm using kindle fonts. I customized a Chinese font and replaced one kindle font, and I'm using it in kindlepdfviewer for Chinese support. I'm also using PMN Caecilia LT for mobi and epub, which should be kindle font too.

So I was thinking if I can remove some non-kindle fonts...
I'm not quite sure. We are using DroidSans and DroidSansMono through the code, and I think that rest of fonts are required to render pdf files correctly.

You can however, turn off display on font faces in font dialog if that's your major objection. Use grep 'Fonts Menu' *.lua and modify all lines which look like

Code:
menu_title = "Fonts Menu",
and add aditional space at end like this:

Code:
menu_title = "Fonts Menu ",
This is special case for CoolReader which names fonts differently, so all fonts are rendered in same typeface. If you change other files in same way, you will turn off font face rendering.

Hope this helps.
dpavlin is offline   Reply With Quote