Re: noto-emoji-ttf not working correctly

RVP <[email protected]> Thu, 7 Apr 2022 22:16:39 +0000 (UTC)
Newsgroups gmane.os.netbsd.devel.x11
Message-ID <[email protected]>
On Thu, 7 Apr 2022, Thomas Klausner wrote:

> M-x describe char says:
>
>    ftcrhb:-GOOG-Noto Color Emoji-normal-normal-normal-*-13-*-*-*-m-0-iso10646-1 (#x373)
>

That looks like a bitmap font specifier. Does:

 	xterm -fd 'Noto Color Emoji:style=Regular'

followed by:

 	echo $'\U1F3A4 \U1F352'

produce the microphone and cherry glyph (in B&W)? If it does, then the
font is OK. For a colour test, put the hex into an .html file and open in
firefox.

-RVP