Am 19.10.2013 um 22:57 schrieb Peter Münster <pmli...@free.fr>:

> On Sun, Jun 10 2012, Wolfgang Schuster wrote:
> 
>> \definefontfeature[default][default][tnum=yes]
> 
> Hi,
> 
> What's the new method please?
> 
> I've tried this, but without success:
> 
> --8<---------------cut here---------------start------------->8---
> \definefontfamily[mainface][rm][Linux Libertine Initials O][features=tnum]
> \definefontfeature[default][default][tnum=yes]
> \setupbodyfont[mainface]
> \starttext
> \addff{tnum}
> \setff{tnum}
> \feature[+][tnum]
> \feature[+][tnum=yes]
> 565656565656X\par
> 000000000000X
> \stoptext
> --8<---------------cut here---------------end--------------->8---


The features key from \definefontfamily expects the name of a feature set 
(first argument
of \definefontfeature) and not the name of a opentype feature.

Even when you use the correct it won’t help because the font has a no spacing 
for
the number 3 to 9.

\definefontfeature[default][default][tnum=yes]

\definefontfamily[mainface][rm][Linux Libertine Initials O]

\setupbodyfont[mainface,50pt]

\starttext
\dorecurse{9}{\expanded{\dorecurse{9}{\recurselevel}}\par}
\stoptext

Wolfgang
___________________________________________________________________________________
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