View Single Post
Old 01-10-2018, 11:58 PM   #64
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 gaurav_singh_md View Post
The books are epub. I thought there might be something i needed to change in the min./max. values in the patch. i played around with the font size and line spacing but still couldn't fill that space. do i need to load other fonts that are optimized for the aura one?
You don't need to load any other fonts. You can adjust the size of the footer for the AuraOne by changing these values in the `Custom reading footer` patch:
Code:
# Replacement footer height values: AuraOne
replace_string = 00C0, `min-height:90px`, `min-height:68px`
replace_string = 00D0, `max-height:90px`, `max-height:68px`
If you make the footer very small then you might also need to reduce the font size used for the page number:
Code:
# Replacement caption font size value for AuraOne:
replace_string = 01D0, `font-size:37px`, `font-size:34px`

It might help to sideload this test ePub which draws a box showing the available screen area, so you can see how much is actually being used by the footer.

Last edited by GeoffR; 01-11-2018 at 12:04 AM.
GeoffR is offline   Reply With Quote