change features from kern to calt

This commit is contained in:
sayyadirfanali
2026-06-17 23:04:53 +05:30
parent bfe27b2d05
commit a7b022b299
2 changed files with 1982 additions and 2120 deletions
+1977 -2113
View File
File diff suppressed because it is too large Load Diff
+5 -7
View File
@@ -1,14 +1,12 @@
languagesystem DFLT dflt; languagesystem DFLT dflt;
languagesystem latn dflt; languagesystem latn dflt;
feature kern {
pos uni003A <0 100 0 0> uni002A;
pos uni003A <0 100 0 0> uni002D;
pos uni003A <0 100 0 0> uni003D;
} kern;
feature calt { feature calt {
ignore sub uni003C uni007C' uni003E; sub uni003A uni003D by alt_colon_equal;
sub uni2190 by alt_backward_arrow;
sub uni2192 by alt_forward_arrow;
sub uni2194 by alt_double_arrow;
ignore sub uni003C uni007C' uni003E;
sub uni007C' uni003E by alt_bar; sub uni007C' uni003E by alt_bar;
} calt; } calt;