8 lines
165 B
Plaintext
8 lines
165 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;
|