Quote:
Originally Posted by jackie_w
Corrections in red. Be especially careful with the font-family patch - the old value string and the new value string must be exactly the same length.
Code:
# Examples for customising font-family:
#replace_string = 0036, `Georgia `, `sans-serif`
replace_string = 0036, `Georgia `, `"Gill Sans"`
#replace_string = 0036, `Georgia `, `"Kobo Nickel"`
#replace_string = 0036, `Georgia `, `Bookerly`
#
# Un-comment and edit next line to change font-size
replace_string = 000F, `40px`, `30px`
#
# Un-comment and edit next line to change line spacing
replace_string = 0022, `1.4`, `1.1`
</Patch>
|
Thanks it seems working... I was worried because I've made several .tgz (editing the .patch files) and tried them one after the other on the device (that is working well). Can I let it so or must I do a factory reset?
Can I keep the final .tgz or make an other one?
Thanks