On Wed, Apr 1, 2009 at 4:20 PM, Alan Stone wrote: > Re: http://www.fontsite.com/dev/fonts-c-e/combinumerals-pro-v5-win/ > Character charts: > http://www.fontsite.com/dev/wp-content/uploads/2008/12/cnp5.pdf > > 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 ? > What could be missing ? Alan