On Mon, Oct 17 2022 at 10:54 +02, Stefan Solbrig wrote:
> Hi,
> In XeTeX, you can also use \XeTeXcharglyph to get the (font dependant) glyph
> number for the character code.
Thanks!
Best regards
Janusz
--
,
Janusz S. Bien
emeryt (emeritus)
https://sites.google.com/view/jsbien
> Am 16.10.2022 um 21:25 schrieb Ulrike Fischer :
>
> Am Sun, 16 Oct 2022 18:47:30 +0200 schrieb Janusz S. Bień:
>
>> On Sun, Oct 16 2022 at 17:56 +02, Janusz S. Bień wrote:
>>
>> Frank Mittelbach was kind enough to provide me with the relevant information:
>>
>> On Sun, Oct 16 2022 at 9:21 -0
Hi,
In XeTeX, you can also use \XeTeXcharglyph to get the (font dependant) glyph
number for the character code.
\newcount\buffer
{%
\font\1="[./NotoSansManichaean-Regular.ttf] :script=mani"\1
\global\buffer\XeTeXcharglyph"FE00\relax
\XeTeXglyph\buffer\relax % prints the glyph
}
\number\buffer %