xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/STAT_test_elidedFallbackNameID.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1table name {
2    nameid 25 "TestFont";
3    nameid 256 "Roman";
4} name;
5table STAT {
6    ElidedFallbackNameID 256;
7    DesignAxis opsz 0 {
8        name "Optical Size";
9    };
10    DesignAxis wdth 1 {
11        name "Width";
12    };
13    DesignAxis wght 2 {
14        name "Weight";
15    };
16    DesignAxis ital 3 {
17        name "Italic";
18    };  # here comment
19    AxisValue {
20        location opsz 8;  # comment here
21        location wdth 400; # another comment
22        name "Caption"; # more comments
23    };
24    AxisValue {
25        location opsz 11 9 12;
26        name "Text";
27        flag OlderSiblingFontAttribute ElidableAxisValueName;
28    };
29    AxisValue {
30        location opsz 16.7 12 24;
31        name "Subhead";
32    };
33    AxisValue {
34        location opsz 72 24 72;
35        name "Display";
36    };
37    AxisValue {
38        location wdth 80 80 89;
39        name "Condensed";
40    };
41    AxisValue {
42        location wdth 90 90 96;
43        name "Semicondensed";
44    };
45    AxisValue {
46        location wdth 100 97 101;
47        name "Normal";
48        flag ElidableAxisValueName;
49    };
50    AxisValue {
51        location wdth 125 102 125;
52        name "Extended";
53    };
54    AxisValue {
55        location wght 300 300 349;
56        name "Light";
57    };
58    AxisValue {
59        location wght 400 350 449;
60        name "Regular";
61        flag ElidableAxisValueName;
62    };
63    AxisValue {
64        location wght 500 450 549;
65        name "Medium";
66    };
67    AxisValue {
68        location wght 600 550 649;
69        name "Semibold";
70    };
71    AxisValue {
72        location wght 700 650 749;
73        name "Bold";
74    };
75    AxisValue {
76        location wght 900 750 900;
77        name "Black";
78    };
79    AxisValue {
80        location ital 0;
81        name "Roman";
82        flag ElidableAxisValueName; # flag comment
83    };
84} STAT;