xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/enum.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1languagesystem DFLT dflt;
2
3feature kern {
4    @Y_LC = [y yacute ydieresis];
5    @SMALL_PUNC = [comma semicolon period];
6    enum pos @Y_LC @SMALL_PUNC -100;
7} kern;
8