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. > 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") -- Manuel Giraud