
Adventures in Fontlab: Alternate Glyphs, part 2
10 months ago
In part 2, I create some simple OpenType features that contextually replace characters with alternates.
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

Previous Week
feature liga { #Standard Ligatures
sub f f by ff;
sub f t by ft;
sub f t e by fte;
sub f f l by ffl;
sub f f l e by ffle;
sub f e by fe;
sub f i by fi;
sub f l by fl;
} liga;
Like the guy says I haven't found a way to substitute more than 6 variations with out having to resort to doing it manually
Hope this was of some help.
email me at
andymartin3@mac.com
if you need any more help, although I'm still very in the dark about some aspects myself.