View Single Post
Old 04-13-2015, 07:21 AM   #27
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 Nick_1964 View Post
I am busy with the patch, but isn't it possible anymore to set the page xx of xx to a fixed font (in my case Amasis)
Also, the page xx of xx is a bit small,hard to read on the Glo, I would like it a bit bigger.
To increase the footer font size on the Glo, replace the 20px at the end of this line in the `Custom reading footer style` patch with a larger number:
Code:
# Replacement caption font size value for Glo/Aura:
replace_string = 0054, `font-size: 20px;`, `font-size: 20px;`
I didn't include options for a fixed font because that was a workaround for the problem of Gothic being used when Document Default was selected, and Kobo have fixed that problem in this firmware.

But to use Amasis for the footer you could try adding this line to the end of the patch, just beware that there could be a problem with choosing Amasis because it is not one of the fonts that is loaded automatically at boot time. The first time you open a book after booting, the footer might not work properly until you select a font from the Aa menu.
Code:
replace_string = 00D7, `#caption[qApp_localeName="ja_JP"]`, `#caption{font-family:Amasis;}`
GeoffR is offline   Reply With Quote