I use Lualatex and the package emoji. But I noticed that the emojis are not as "nice" as I expected.
For instance, the command \emoji{joy} gives me
instead of
.
So I made some research and I found this post: How to use Noto Color Emoji with lualatex?
I downloaded the file on this web page and with a right click installed the font NotoColorEmoji-Regular (which is true type). But with this MWE (found on the post I mentionned above):
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Noto Color Emoji}[Renderer=Harfbuzz]
\begin{document}
\end{document}
my document is blank and in the log file I have these kinds of lines: Package fontspec Info: Could not resolve font "NotoColorEmoji/BI" (it probably (fontspec) doesn't exist).
So, I guess the font is not correctly installed (It appears in Word, though). So how can I install the Noto Color Emoji font?
NotoColorEmoji.ttf. If you for some reason are sure that you do not want flags and want smaller files you can also use the-noflagsversion.emojicompatis specific for Android apps and there's little reason to use it otherwise, but I don't think that it would break. I would recommend to avoid the WindowsCompatible version unless really needed. – Marcel Krüger Jul 22 '23 at 11:41NotoColorEmoji.ttfbut I when I right clik on it and install it, I get the error message: doesn't seem to be a valid font – Didier Jul 22 '23 at 12:53WindowsCompatibleversion? – Marcel Krüger Jul 22 '23 at 15:00WindowsCompatibleand it works. Thanks a lot – Didier Jul 23 '23 at 06:18