adds "round" quotes & commas as ss03 (also removes unused ss05) Related to #570
This commit is contained in:
parent
084ffe227a
commit
438af9f29b
107 changed files with 7950 additions and 1924 deletions
|
|
@ -1,19 +0,0 @@
|
|||
# /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;
|
||||
Reference in a new issue