New to Typophile? Accounts are free, and easy to set up.
Need a help with OT code :)
Have two versions of ligatures, s_t, and s_t.salt for example.
I write code
feature dlig { # or liga
sub s t by s_t;
} dlig;
feature salt {
sub s_t by s_t.salt;
} salt;
with this code replacing of s_t not work when I turn on both features.
Maybe someone known how to do?
Thanks in advance!
11 Aug 2011 — 12:31pm
This thread http://typophile.com/node/78000 I read :)
11 Aug 2011 — 12:43pm
salt must be after liga/dlig feature :)
11 Aug 2011 — 12:47pm
How are you testing this? I'm having this problem with InDesign, but not elsewhere. (See: this thread comment.) (salt does follow dlig and liga in my code.)
13 Aug 2011 — 7:30am
I'm test in FL and Photoshop CS5 only, don't have another software :(