Hi, I recently started using KOReader and have a few questions.
Kindle PW3 and koreader-kindlepw2-v2021.04
1. You can change the interface fonts via the
koreader\frontend\ui\font.lua
I changed
cfont to my font, the font has changed, but I lose the triangular UP and DOWN buttons in the font settings window, although the button itself remains working, but it is empty.
At first I thought that just these characters are not in my font, but it seems that they are not taken from the font in the specified item.
2. Changed the font of the main menu via
smallinfofont in
koreader\frontend\ui\font.lua
My font is smaller than the default, and the margins at the bottom and top of the menu lines remain the same.
How can they be reduced? Something like margin-top and margin-bottom.
3. Alternative status bar.
I found how to change the font, it seems like you need to add line
Code:
["header_font"] = "SomeFont",
in
koreader\settings.reader.lua
But I didn't find how to change the margins on the sides as margin-left and margin-right?
4. If there is some setting so that all current settings become default for all new books?