View Single Post
Old 08-04-2014, 04:07 PM   #262
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by booklover6 View Post
Hi, you say - This patch is not needed on the Touch/Mini.

What if I want to use it on the Mini, anyway? What changes would need to be made to the string?

<Patch>
patch_name = `Synopsis font size fix`
patch_enable = `yes`
#
# This patch is not needed on the Touch/Mini.
#
# Glo/Aura
replace_string = C6C07C, `font-size: 20px;`, `font-size: 30px;`
# Aura HD
#replace_string = C6C07C, `font-size: 20px;`, `font-size: 36px;`
</Patch>
From the CSS fragment in the firmware it looks like the font size for the synopsis is supposed to be 20px for the Touch/Mini, 23px for the Glo/Aura, and 29px for the Aura HD. But the CSS doesn't work, and all models get the 20px size instead. The values in the patch are just what the firmware would have used if the CSS worked properly, but you can use any value you want, as long as you don't change the total number of characters in the replacement string.

e.g. for the Touch/Mini 22px will be 10% bigger than the default, 24px will be 20% bigger, etc.
GeoffR is offline   Reply With Quote