Quote:
Originally Posted by JSWolf
Since the font settings from previous firmware work in the new firmware, would it be possible for someone to create a program (Windows compatible) that would allow the same sort of font tinkering as we get on the Kobo so we can just load the new setting into the config file along with the fonts and everything would be good to go?
|
Someone could write a program, but it should be easy enough just using a text editor to edit the
.kobo/Kobo/Kobo eReader.conf file, as long as on Windows you use one that understands unix line breaks such as Notepad++.
Example for sideloaded "Dark Courier" font:
Code:
[Reading]
readingFontSharpness\Dark%20Courier=0.05
readingFontWeight\Dark%20Courier=0.25
The sharpness set by the slider ranges from -0.4 to 0.2 (default -0.06), and weight from -0.2 to 0.8 (default 0.1).