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