Quote:
Originally Posted by gaurav_singh_md
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.