New to Typophile? Accounts are free, and easy to set up.
hi all,
in indesign there is an option called ‘slashed zero’ in the opentype menu and i thought it neat to put this option into my new font.
i’ve read all kinds of opentype documentation and googled it at least a dozen times but found no way how to implement this so far. what clue am i missing?
cheers,
alex
12 Sep 2011 — 10:45am
Create your zero.slash glyph, then your feature code should say:
feature zero { # Slashed Zero sub zero by zero.slash; } zero;If you have oldstyle or other numeral variants don't forget to include those too.
13 Sep 2011 — 6:09am
thanks bendy!