1*e1fe3e4aSElliott Hughes# OpenType Feature File specification, section 6.b.ii: 2*e1fe3e4aSElliott Hughes# [GPOS LookupType 2] Enumerating pairs 3*e1fe3e4aSElliott Hughes# http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html 4*e1fe3e4aSElliott Hughes 5*e1fe3e4aSElliott Hughes@Y_LC = [y yacute ydieresis]; 6*e1fe3e4aSElliott Hughes@SMALL_PUNC = [comma semicolon period]; 7*e1fe3e4aSElliott Hughes 8*e1fe3e4aSElliott Hughesfeature kern { 9*e1fe3e4aSElliott Hughes enum pos @Y_LC semicolon -80; # specific pairs 10*e1fe3e4aSElliott Hughes pos f quoteright 30; # specific pair 11*e1fe3e4aSElliott Hughes pos @Y_LC @SMALL_PUNC -100; # class pair 12*e1fe3e4aSElliott Hughes} kern; 13