add contextual alternate for pipe operator in #1

This commit is contained in:
sayyadirfanali
2025-11-17 23:16:17 +05:30
parent 5e3e7c4d1c
commit 9138e77400
9 changed files with 81 additions and 32 deletions

12
Myna.fea Normal file
View File

@@ -0,0 +1,12 @@
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 {
sub uni007C' uni003E by alt_bar;
} calt;