Re: noto-emoji-ttf not working correctly
Thomas Klausner <[email protected]> Fri, 8 Apr 2022 17:07:05 +0200
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 08, 2022 at 09:35:53AM +0000, RVP wrote: > I get B&W emojis on 9.2_STABLE (bin pkgs from 2021Q4) with: > > xterm: XTerm(366) system xterm > emacs: GNU Emacs 26.3 > firefox: 95.0.1nb1 I can get those if I uninstall noto-emoji-ttf e.g with unifont. > Firefox produces this error in the F12 debugger: > ``` > downloadable font: no supported glyph data table(s) present (font-family: "Noto Color Emoji" style:normal weight:400 stretch:100 src index:0) source: file:///usr/pkg/share/fonts/X11/TTF/NotoColorEmoji.ttf > downloadable font: rejected by sanitizer (font-family: "Noto Color Emoji" style:normal weight:400 stretch:100 src index:0) source: file:///usr/pkg/share/fonts/X11/TTF/NotoColorEmoji.ttf > ``` I don't know about that one, I don't see that in the debugger with your test file with firefox 98.0.2 (but no color emojis either). There was a bugfix in firefox 97 that looks related: https://bugzilla.mozilla.org/show_bug.cgi?id=1454152 but a) IIUC the patch is in firefox 98 b) the example fontconfig config files do not change anything for me - I tried a couple variations of hinting=false/true and antialiasing=false/true Very confusing. Thomas