View Single Post
Old 05-30-2012, 12:27 PM   #493
dracodoc
Connoisseur
dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.
 
Posts: 83
Karma: 322
Join Date: Mar 2009
Device: Kindle DXG, Sony T1
Thanks, if the fonts are needed, I can just accept current case. I'll not change file browser font often, so it's ok even the font selection is slower. The reading font selection is not that slow.

Quote:
Originally Posted by dpavlin View Post
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.
dracodoc is offline   Reply With Quote