Quote:
Originally Posted by Owl_
Is it possible to customize the font of the dictionary, line spacing and margins?
|
Yeah, look at
https://github.com/koreader/koreader...ionary-support
Quote:
Originally Posted by Owl_
And that of the menu and file browser?
|
Short answer: Nope
Long answer: Yeah, the entire program are plain text files. You can edit them with a good text editor (notepad++ on windows, for example). Used fonts are in
https://github.com/koreader/koreader...t.lua#L39-L104.
You can find the same file on your device (Clara HD) in .adds/koreader/frontend/ui/font.lua
Keep in mind that changes made on files are overwritten by updates, so you'll need to reaply changes after each update.