2016-02-05 08:35:18 +01:00
|
|
|
# OpenType Feature File specification, section 5.f.ii, example 2
|
|
|
|
# "Specifying exceptions to the Chain Sub rule"
|
|
|
|
# http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html
|
|
|
|
|
|
|
|
feature test {
|
2020-04-03 17:36:34 -04:00
|
|
|
@LETTER = [a - z];
|
2016-12-20 11:06:32 +00:00
|
|
|
ignore sub @LETTER f' i';
|
|
|
|
sub f' i' by f_i.begin;
|
2016-02-05 08:35:18 +01:00
|
|
|
} test;
|