mirror of
https://github.com/sayyadirfanali/Myna.git
synced 2026-01-11 14:30:26 +01:00
15 lines
290 B
Plaintext
15 lines
290 B
Plaintext
languagesystem DFLT 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 {
|
|
ignore sub uni003C uni007C' uni003E;
|
|
|
|
sub uni007C' uni003E by alt_bar;
|
|
} calt;
|