View Single Post
Old 12-14-2014, 02:35 PM   #48
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 npr View Post
Has something changed with firmware 3.12.0 and the "custom fonts sizes" patch?

The unpatched 3.12.0 on my 6" Aura now has around 40 selectable font sizes, previous firmware versions only had 24 font sizes. I note the "custom fonts sizes" patch still only has 24 values -- is this correct or should it now have 40 values?
Well spotted!

And, I really don't understand the reasoning, but instead of filling the big gaps between the smaller sizes they have added 16 new super-large sizes.

Here is a new patch to customise all 40 values. Suggestions for a different distribution are welcome before I replace the patch in post #1:
Spoiler:
Code:
<Patch>
patch_name = `Custom fonts sizes`
patch_enable = `yes`
# Values for replace
replace_int = D94248, 12, 16
replace_int = D9424C, 14, 18
replace_int = D94250, 16, 20
replace_int = D94254, 17, 21
replace_int = D94258, 18, 22
replace_int = D9425C, 19, 23
replace_int = D94260, 20, 24
replace_int = D94264, 21, 25
replace_int = D94268, 22, 26
replace_int = D9426C, 24, 27
replace_int = D94270, 25, 28
replace_int = D94274, 26, 29
replace_int = D94278, 28, 30
replace_int = D9427C, 32, 31
replace_int = D94280, 36, 32
replace_int = D94284, 40, 33
replace_int = D94288, 44, 34
replace_int = D9428C, 46, 35
replace_int = D94290, 48, 36
replace_int = D94294, 50, 37
replace_int = D94298, 52, 38
replace_int = D9429C, 54, 39
replace_int = D942A0, 56, 40
replace_int = D942A4, 58, 41
replace_int = D942A8, 60, 42
replace_int = D942AC, 62, 43
replace_int = D942B0, 64, 44
replace_int = D942B4, 66, 45
replace_int = D942B8, 68, 46
replace_int = D942BC, 70, 47
replace_int = D942C0, 72, 48
replace_int = D942C4, 74, 49
replace_int = D942C8, 76, 50
replace_int = D942CC, 78, 52
replace_int = D942D0, 80, 54
replace_int = D942D4, 82, 56
replace_int = D942D8, 84, 58
replace_int = D942DC, 86, 60
replace_int = D942E0, 88, 62
replace_int = D942E4, 90, 64
</Patch>
GeoffR is offline   Reply With Quote