Char a
Dec 97
Hex 61
Glyph round circled 10
I'm trying to output some glyph but all I get is the corresponding character (see attachment) ...
\starttypescript [sans] [combinumeralspro]
\definefontsynonym [CombiNumeralsProRegular] [name:combinumeralsproregular] [features=default]
\stoptypescript
\starttypescript [sans] [combinumeralspro]
\setups [font:fallback:sans]
\definefontsynonym [Sans] [CombiNumeralsProRegular]
\stoptypescript
\starttypescript [combinumeralspro]
\definetypeface [combinumeralspro] [ss] [sans] [combinumeralspro] [default]
\stoptypescript
\usetypescript[combinumeralspro]
\starttext
1a) \getglyph{name:combinumeralspro}{\char"61}
1b) \getglyph{name:CombiNumeralsProRegular}{\char"61}
1c) \getglyph{Sans}{\char"61}
\stoptext
What's missing ?