Re: noto-emoji-ttf not working correctly
Chavdar Ivanov <[email protected]> Sat, 9 Apr 2022 11:51:50 +0100
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <CAG0OUxgJWQhkpWbpq6dDQwMuZsZDi-Ch8veg9ST0WN4J2v=1sQ@mail.gmail.com> |
On Sat, 9 Apr 2022 at 02:00, RVP <[email protected]> wrote: > > On Fri, 8 Apr 2022, RVP wrote: > > > OK. I think we need to update freetype2 in base. I compiled and > > installed freetype2-2.11.1 and firefox-95.0.1nb1 rendered the > > coloured emojis with no issues--just the same as in FreeBSD: > > > > Actually, firefox + freetype-2.10.4--which is what's in 2021Q4--also > works if you compile it with PNG support. Emacs not tested. > > -RVP > While here, perhaps unrelated to the original issue, there are two packages, noto-ttf and noto-emoji-ttf, the latter is supposed to be a subset of the former. However, NotoColorEmoji.ttf font from noto-emoji-ttf is almost twice the size of the same font installed by noto-ttf. ❯ ls -l noto*/work/.destdir/usr/pkg/share/fonts/X11/TTF/Noto*Emoji* -rw-r--r-- 1 root wheel 9867108 Apr 9 11:18 noto-emoji-ttf/work/.destdir/usr/pkg/share/fonts/X11/TTF/NotoColorEmoji.ttf -rw-r--r-- 1 root wheel 418804 Apr 9 11:18 noto-emoji-ttf/work/.destdir/usr/pkg/share/fonts/X11/TTF/NotoEmoji-Regular.ttf -rw-r--r-- 1 root wheel 5334180 Apr 9 11:41 noto-ttf/work/.destdir/usr/pkg/share/fonts/X11/TTF/NotoColorEmoji.ttf -rw-r--r-- 1 root wheel 418804 Apr 9 11:41 noto-ttf/work/.destdir/usr/pkg/share/fonts/X11/TTF/NotoEmoji-Regular.ttf NotoEmoji-Regular appears the same. Perhaps shunt the *Emoji* fonts from noo-ttf? -- ----