View Single Post
Old 12-25-2015, 08:09 AM   #881
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by font332 View Post
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).

Last edited by knc1; 12-25-2015 at 08:24 AM.
knc1 is offline   Reply With Quote