On Tue, 21 Jan 2025 10:48:59 +0100, Manuel Giraud <man...@ledu-giraud.fr> wrote: > > Kirill A. Korinsky <kir...@korins.ky> writes: > > > On Mon, 20 Jan 2025 16:04:20 +0100, > > Manuel Giraud <man...@ledu-giraud.fr> wrote: > >> > >> Kirill A. Korinsky <kir...@korins.ky> writes: > >> > >> [...] > >> > >> >> While it may fix them for some people, it may break them for others. > >> >> And you can't just rm the file from /etc/fonts/conf.d because pkg_add -u > >> >> will put it back. > >> >> > >> > > >> > Fair. > >> > > >> > Here an updated tgz which includes all your remakrs. > >> > >> Thanks. FWIW, "OpenMoji Black" does not seems to be a SVG font and > >> works great in Emacs. > > > > Seems that it is uiversal font which is build from SVG and PNG with huge > > DPI: > > https://github.com/hfg-gmuend/openmoji/tree/master/black > > Ok. Just to be clear, I was talking about the "OpenMoji-black-glyf.ttf" > file that comes with your ports. >
Me too. And ttf for black font is quite big: ports $ ls -lah /usr/local/share/fonts/openmoji/*.ttf -rw-r--r-- 1 root bin 1.4M Jan 10 18:48 /usr/local/share/fonts/openmoji/OpenMoji-black-glyf.ttf -rw-r--r-- 1 root bin 10.1M Jan 10 18:48 /usr/local/share/fonts/openmoji/OpenMoji-color-colr1_svg.ttf ports $ > > I wonder, how did you enable it? > > You meant in Emacs? If so, I think the two relevant points is that I'm > using a Xft build (not the default freetype2/cairo) and I force the > OpenMoji fontset on Emoji in my init file, like this: > > (set-fontset-font t 'emoji "OpenMoji Black") Aha, I'm used the default build and it doesn't work that way. -- wbr, Kirill