Before this change, the compiler would enumerate only the first glyph class of a kerning pair. However, that behavior did not match the behavior of the `makeotf` tool.
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
languagesystem DFLT dflt;
|
|
|
|
feature kern {
|
|
@Y_LC = [y yacute ydieresis];
|
|
@SMALL_PUNC = [comma semicolon period];
|
|
enum pos @Y_LC @SMALL_PUNC -100;
|
|
} kern;
|