Hello,

I'm still curious about using font features. For example, I want to have one typescript with slashed zero, and another with normal one. But using either typescript (see commented lines) results in slashed zeroes. What s wrong?

\definefontfeature[zero][default][zero=yes]

\starttypescript [serif] [MinionPro]
  \definefontsynonym [Serif][file:MinionPro-Regular][features=zero]
\stoptypescript

\starttypescript [MinionPro+zero]
  \definetypeface [MinionPro][rm][serif][MinionPro][features=zero]
\stoptypescript

\starttypescript [MinionPro]
  \definetypeface [MinionPro][rm][serif][MinionPro][features=default]
\stoptypescript

%\usetypescript[MinionPro+zero]
%\usetypescript[MinionPro]

\setupbodyfont[MinionPro,16pt]

\starttext
This zero test. 000.
\stoptext

Best,
Vyatcheslav
___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to