This repository has been archived on 2025-10-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
inter-font/src/features/ss05-tt.fea
2022-05-31 12:37:01 -07:00

19 lines
472 B
Text

# /t/t => /t/t.1 (horizonal stem on left side cut short)
featureNames { name "tt ligatures"; };
lookup sub_tt {
# glyphs that when followed by SUB_TT_SRC triggers substitution of the 2nd glyph
@SUB_TT_PREV1 = [
f
r
t tbar tcaron tccurl tcedilla
tcircumflexbelow tcommaaccent tcurl tdieresis
tdotaccent tdotbelow tlinebelow tpalatalhook trthook
t.1
];
@SUB_TT_SRC = [
t
];
sub @SUB_TT_PREV1 @SUB_TT_SRC' lookup sub_tt2;
} sub_tt;