Resolves https://github.com/behdad/fonttools/issues/445 for single substitutions. The compact forms for chaining to other GSUB types are not yet supported; these will get fixed in follow-up changes.
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
# OpenType Feature File specification, section 5.f.i, example 2
|
|
# "Specifying a Chain Sub rule and marking sub-runs"
|
|
# http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html
|
|
|
|
languagesystem latn dflt;
|
|
|
|
feature test {
|
|
lookupflag 7;
|
|
substitute [a e n] d' by d.alt;
|
|
} test;
|