View Single Post
Old 04-23-2022, 08:20 PM   #47
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,253
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by codychan View Post
I'm using Dictionary text font-family/font-size/line-height (libnickel.so.1.0.0.yaml), I only need to enable it, and the font in my popup sideloaded dictionary works in in prev-v4.32.19501, but it doesn't work for v4.32.19501, and I tried to uncomment
```
# - ReplaceString: {Offset: 54, Find: "Georgia ", Replace: "sans-serif", MustMatchLength: yes}
```

Or replace sans-serif with my sideloaded font, it doesn't work either, some characters won't be displayed in it.
Sorry, hadn't seen this before I replied to your previous post. As I've tried to explain in the post you quoted back at me, *none* of the patches with options to customise font-family work like they did pre-4.32.

The font names you can patch *to* is very limited. I don't think customising to any sideloaded font will work in patches and many of the built-in fonts won't work in patch customisations either.

The following works in patch Dictionary text font-family/font-size/line-height, but all it does is display your dictionary pop-ups in font 'Avenir Next' rather than font 'Georgia'. It's of limited use.
Code:
  - ReplaceString: {Offset: 54, Find: "Georgia   ", Replace: "sans-serif", MustMatchLength: yes}
What font do you want to use to display your dictionary pop-ups?

Last edited by jackie_w; 04-23-2022 at 08:23 PM. Reason: missed a bit out
jackie_w is offline   Reply With Quote