Re: [NTG-context] accessing glyph in private area

2019-12-19 Thread Pablo Rodriguez
On 12/19/19 9:50 AM, Hans Hagen wrote:
> [...]
> \enabledirectives[otf.keepnames]
> [...]
>  6\fontchar{u1F004}

Many thanks for your reply, Hans.

It took me some minutes to realize that characters in \fontchar{uFE4EA}
had to respect the case (both upper and lower).

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___
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
___


Re: [NTG-context] accessing glyph in private area

2019-12-19 Thread Hans Hagen

On 12/18/2019 8:33 PM, Pablo Rodriguez wrote:

Dear list,

I have the following sample:

 \definefontfamily[emoj][rm][Noto Emoji]
 \setupbodyfont[emoj]
 \starttext
 
 \utfchar{0x23f0}
 \utfchar{0xfe4eb}
 \utfchar{0xfe4eb}
 \stoptext

Is there any way to access glyphs from the private area (0Xfe4eb in the
sample) in ConTeXt?

I would need to use these glyphs for a presentation I have.

Many thanks for your help,

\enabledirectives[otf.keepnames]

\definefontfamily[emoj][rm][Noto Emoji]
\setupbodyfont[emoj]
\starttext
1
2
3
4
6\fontchar{u1F004}
\stoptext

you need to wipe the font cache then


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


[NTG-context] accessing glyph in private area

2019-12-18 Thread Pablo Rodriguez
Dear list,

I have the following sample:

\definefontfamily[emoj][rm][Noto Emoji]
\setupbodyfont[emoj]
\starttext

\utfchar{0x23f0}
\utfchar{0xfe4eb}
\utfchar{0xfe4eb}
\stoptext

Is there any way to access glyphs from the private area (0Xfe4eb in the
sample) in ConTeXt?

I would need to use these glyphs for a presentation I have.

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___
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
___