Quote:
Originally Posted by font332
Thank You knc1
I think I'm not smart enough because I'm not even sure if I understood what You have just write 
Although I think I might mean that I need to change the value in the filemananger.lue -> face = Font:getFace("tfont", 24) to smaller value and compile the whole program.
It's way too far away from my computer using skills
But as You wrote so there is a hope
Thank You.
|
No - not quite.
Lua is a scripting language.
This application does use a lot of code that is compiled in the classical sense of "building a program", but KOReader itself is just a (very advanced) script.
(the scripting does get compiled, but that is all automatic
each time you start KOReader).
Just change the 24 in that line in that file in a working copy of KOReader.
It is just a plain text file with Unix line endings.
I am not sure if that is the size of all text in the file manager or only labels.
So give it a try, it will either work or error-out (Lua is very forgiving).