ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Emojis showing up in black instead of colours
@ 2021-11-12 18:08 Vincent Hennebert via ntg-context
  2021-11-12 18:16 ` Hans Hagen via ntg-context
  2021-11-12 22:00 ` Pablo Rodriguez via ntg-context
  0 siblings, 2 replies; 4+ messages in thread
From: Vincent Hennebert via ntg-context @ 2021-11-12 18:08 UTC (permalink / raw)
  To: ntg-context; +Cc: Vincent Hennebert

Hi there,

freshly upgraded LMTX installation. TwemojiMozilla.ttf downloaded from
GitHub [1].

The following:
    \usemodule[fonts-emoji]
    
    \definefontfeature
      [overlay]
      [default]
      [ccmp=yes,
       colr=yes,
       dist=yes]
    
    \starttext
    
    {\definedfont[name:twemojimozilla*overlay] \ShowEmoji}
    
    \stoptext

gives me pages of emojis, all black. According to what is described on
Stackexchange, I should be getting colours. Am I doing something wrong?

Thanks,
Vincent

[1] https://github.com/mozilla/twemoji-
colr/releases/download/v0.6.0/TwemojiMozilla.ttf
[2] https://tex.stackexchange.com/questions/466442/context-using-emoji-
fonts-without-color

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Emojis showing up in black instead of colours
  2021-11-12 18:08 Emojis showing up in black instead of colours Vincent Hennebert via ntg-context
@ 2021-11-12 18:16 ` Hans Hagen via ntg-context
  2021-11-12 22:00 ` Pablo Rodriguez via ntg-context
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen via ntg-context @ 2021-11-12 18:16 UTC (permalink / raw)
  To: Vincent Hennebert via ntg-context; +Cc: Hans Hagen

On 11/12/2021 7:08 PM, Vincent Hennebert via ntg-context wrote:
> Hi there,
> 
> freshly upgraded LMTX installation. TwemojiMozilla.ttf downloaded from
> GitHub [1].
> 
> The following:
>      \usemodule[fonts-emoji]
>      
>      \definefontfeature
>        [overlay]
>        [default]
>        [ccmp=yes,
>         colr=yes,
>         dist=yes]
>      
>      \starttext
>      
>      {\definedfont[name:twemojimozilla*overlay] \ShowEmoji}
>      
>      \stoptext
> 
> gives me pages of emojis, all black. According to what is described on
> Stackexchange, I should be getting colours. Am I doing something wrong?
Works here; what if you wipe the font cache?

Hans

-----------------------------------------------------------------
                                           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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Emojis showing up in black instead of colours
  2021-11-12 18:08 Emojis showing up in black instead of colours Vincent Hennebert via ntg-context
  2021-11-12 18:16 ` Hans Hagen via ntg-context
@ 2021-11-12 22:00 ` Pablo Rodriguez via ntg-context
  2021-11-15 11:39   ` Vincent Hennebert via ntg-context
  1 sibling, 1 reply; 4+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2021-11-12 22:00 UTC (permalink / raw)
  To: Vincent Hennebert via ntg-context; +Cc: Pablo Rodriguez

On 11/12/21 7:08 PM, Vincent Hennebert via ntg-context wrote:
> Hi there,
>
> freshly upgraded LMTX installation. TwemojiMozilla.ttf downloaded from
> GitHub [1].
> [...]
> gives me pages of emojis, all black. According to what is described on
> Stackexchange, I should be getting colours. Am I doing something wrong?

Hi Vincent,

if you are using Evince, try Okular to check color display.

I experienced something similar in the past.

Just in case it helps,

Pablo
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Emojis showing up in black instead of colours
  2021-11-12 22:00 ` Pablo Rodriguez via ntg-context
@ 2021-11-15 11:39   ` Vincent Hennebert via ntg-context
  0 siblings, 0 replies; 4+ messages in thread
From: Vincent Hennebert via ntg-context @ 2021-11-15 11:39 UTC (permalink / raw)
  To: ntg-context; +Cc: Vincent Hennebert

On Fri, 2021-11-12 at 23:00 +0100, Pablo Rodriguez via ntg-context
wrote:
> On 11/12/21 7:08 PM, Vincent Hennebert via ntg-context wrote:
> > Hi there,
> > 
> > freshly upgraded LMTX installation. TwemojiMozilla.ttf downloaded
> > from
> > GitHub [1].
> > [...]
> > gives me pages of emojis, all black. According to what is described
> > on
> > Stackexchange, I should be getting colours. Am I doing something
> > wrong?
> 
> Hi Vincent,
> 
> if you are using Evince, try Okular to check color display.
> 
> I experienced something similar in the past.
> 
> Just in case it helps,

Thanks Pablo (and Hans). I am using Evince indeed and I would never
have thought of checking with another PDF viewer. All is well on the
ConTeXt side, my document displays fine in Firefox.

Thanks again,
Vincent

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-15 11:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 18:08 Emojis showing up in black instead of colours Vincent Hennebert via ntg-context
2021-11-12 18:16 ` Hans Hagen via ntg-context
2021-11-12 22:00 ` Pablo Rodriguez via ntg-context
2021-11-15 11:39   ` Vincent Hennebert via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).