Dear list,

I have the following sample:

  \definefontfeature
    [standarddigits]
    [lnum=yes,
     tlig=no]
  \definefontfamily
      [anothermpface]
      [rm]
      [Gabriola]
      [features={default}]
  \definefontfamily
      [anothermpface]
      [ss]
      [Gabriola]
      [features={default, standarddigits}]
  \definefontfamily
      [anothermpface]
      [tt]
      [Gabriola]
      [features={standarddigits}]
  \setupbodyfont[anothermpface]
  \starttext
  \startTEXpage[offset=1em]
  123324234 --\\
  \ss 12123 -- 123\\
  \tt 12123 -- 123
  \stopTEXpage
  \stoptext

I’m not being able to get both lnum and no en-dashes: the defined font
feature seems to require the default and I cannot get en-dashes disabled
when the default font feature set is enabled.

Does anyone what I am doing wrong here?

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to