xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/spec6b_ii.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1# OpenType Feature File specification, section 6.b.ii:
2# [GPOS LookupType 2] Enumerating pairs
3# http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html
4
5@Y_LC = [y yacute ydieresis];
6@SMALL_PUNC = [comma semicolon period];
7
8feature kern {
9  enum pos @Y_LC semicolon -80;    # specific pairs
10  pos f quoteright 30;         # specific pair
11  pos @Y_LC @SMALL_PUNC -100;  # class pair
12} kern;
13