Quote:
Originally Posted by codychan
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?