File: cvparam_null.fea

package info (click to toggle)
fonttools 4.62.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,652 kB
  • sloc: python: 145,583; xml: 103; makefile: 24
file content (10 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
feature cv02 {
    # the missing fields are allowed, and the compiler should generate a FeatureParameters
    # table where the missing name ids are `0xFFFF`
    cvParameters {
        FeatUILabelNameID {
            name "Tall W";
        };
    };
    sub a by b;
} cv02;