Quote:
Originally Posted by dpavlin
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.
|
The same could be achieved by commenting/deleting a single line
Quote:
own_face = Font:getFace(self.item_array[i], 22)
|
in selectmenu.lua
It's a bit buggy anyway. In general, it works properly, but i've already observed that repeating the font selection procedure several times in a raw causes kpdf to crash. ATM, I has no clue about the reasons... Probably, some issue with the memory allocation.