On 5/14/2021 1:26 AM, Adam Reviczky wrote:
Hi,

I am trying to use the 'handshake' character (https://www.fileformat.info/info/unicode/char/1f91d/fontsupport.htm <https://www.fileformat.info/info/unicode/char/1f91d/fontsupport.htm>) from the Noto Color Emoji font (https://github.com/googlefonts/noto-emoji/blob/main/fonts/NotoColorEmoji.ttf <https://github.com/googlefonts/noto-emoji/blob/main/fonts/NotoColorEmoji.ttf>).

The following MWE gives an error:

\starttext

\definedfont[file:NotoColorEmoji.ttf] \char"1F91D

\stoptext

works here (lmtx):

\starttext
    \definedfont[file:NotoColorEmoji.ttf*color]

    \emoji{handshake}
    \char"1F91D
\stoptext

two handhakes ... (you need to use the color feature, this font doesn't have non colored ones btw)

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to