fonttools/Tests/feaLib/data/spec8c.fea

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
797 B
Plaintext
Raw Normal View History

2016-12-20 10:24:20 +00:00
feature ss01 {
featureNames {
2016-12-20 10:24:20 +00:00
name "Feature description for MS Platform, script Unicode, language English";
# With no platform ID, script ID, or language ID specified, the implementation assumes (3,1,0x409).
2016-12-20 10:24:20 +00:00
#test-fea2fea: name 3 1 1041 "Feature description for MS Platform, script Unicode, language Japanese";
name 3 1 0x411 "Feature description for MS Platform, script Unicode, language Japanese";
name 1 "Feature description for Apple Platform, script Roman, language unspecified";
# With only the platform ID specified, the implementation assumes script and language = Latin. For Apple this is (1,0,0).
2016-12-20 10:24:20 +00:00
name 1 1 12 "Feature description for Apple Platform, script Japanese, language Japanese";
};
# --- rules for this feature ---
sub A by B;
2016-12-20 10:24:20 +00:00
} ss01;