Hm, has something change in the way a font feature should be implemented?

This used to work:


\definefontfeature[smallcaps][default][script=latn,smcp=yes]

\starttypescript [sans] [seravek] [name]
   \definefontsynonym [Seravek-Roman]      [file:Seravek-Regular]      
[features=default]
\stoptypescript

\starttypescript [sans] [seravek]
   \definefontsynonym [Sans]                             [Seravek-Roman]      
[features=default]
     \definefontsynonym [SansRegularCaps]   [Sans]                          [ 
features=smallcaps]
  \stoptypescript


\starttypescript [Seravek]
   \definetypeface [Seravek] [ss] [sans][seravek][default]
   \definetypeface [Seravek] [mm] [math][palatino][default]
\stoptypescript

\usetypescript[Seravek]
\setupbodyfont[Seravek,ss,12pt]

\starttext
This is \fontname\font.

{\sc This is \fontname\font.}

\stoptext

I get no smallcaps.

If I add \def\sc{\addff{smcp} I get still no smallcaps.

Willi
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to