ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: Mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Selectively not using a font feature
Date: Mon, 07 Dec 2009 09:50:32 +0100	[thread overview]
Message-ID: <4B1CC1D8.3060204@wxs.nl> (raw)
In-Reply-To: <20091206224532.GV13955@katherina.student.utwente.nl>

Matthijs Kooijman wrote:
> Hi all,
> 
> I'm currently using old-style numerals in my document using the onum otf font
> feature:
> 
>   \definefontfeature[default][default][onum=yes]
> 
> This gives very nice results, except for the cases where a 0 appears by itself
> in the text. In these cases, it appears just like an o instead of a 0. I'd
> like to explicitly turn off old style numerals for those cases, but I'm unsure
> how. Any suggestions?

it assumes that you know what is provided by the font ... you cam play 
with addff and subff and addfs and subfs (individual features cq. 
current set)

\definefontfeature[smallcaps][smallcaps][script=latn]
\definefontfeature[oldstyle] [oldstyle] [script=latn]

\definedfont[name:cambria at 15pt]

Hello there {\setff{smallcaps}capped 123 \setff{oldstyle}123!}    \blank
Hello there {\addff{smallcaps}capped 123 \addff{oldstyle}123!}    \blank
Hello there {\addff{smallcaps}capped     \subff{smallcaps}normal} \blank




-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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	other threads:[~2009-12-07  8:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-06 22:45 Matthijs Kooijman
2009-12-07  8:50 ` Hans Hagen [this message]
2009-12-07  9:16   ` Matthijs Kooijman
2009-12-07 10:22     ` Hans Hagen
2009-12-07 18:12     ` Idris Samawi Hamid ادريس   سماوي حامد

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B1CC1D8.3060204@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).