Skip to content

Commit

Permalink
Insert kashida between ع and the preceding kasra
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Jul 3, 2016
1 parent 1ff36a2 commit 83948b9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
Binary file modified amiri-bold.ttf
Binary file not shown.
Binary file modified amiri-boldslanted.ttf
Binary file not shown.
Binary file modified amiri-quran-colored.ttf
Binary file not shown.
Binary file modified amiri-quran.ttf
Binary file not shown.
Binary file modified amiri-regular.ttf
Binary file not shown.
Binary file modified amiri-slanted.ttf
Binary file not shown.
15 changes: 15 additions & 0 deletions sources/contextuals.fea
Original file line number Diff line number Diff line change
Expand Up @@ -1367,3 +1367,18 @@ feature calt {
[uni064A.medi_BaaNonFina uni064A.medi_BaaRaaFina]'
by [uni06D0.medi_BaaNonFina uni06D0.medi_BaaRaaFina];
} calt;

# Insert kashida between final ع and the kasra below the preceding letter
# see https://github.com/khaledhosny/quran-data/issues/4
lookup KasraAynFina {
sub uni064D by uni064D uni0640.2;
sub uni0650 by uni0650 uni0640.2;
sub uni08F2 by uni08F2 uni0640.2;
# XXX: should have been uni0640.3 but it is too big
sub uni06ED by uni06ED uni0640.2 uni0640.05;
} KasraAynFina;

feature calt {
sub @Tashkil.below' lookup KasraAynFina
@aAyn.fina;
} calt;

0 comments on commit 83948b9

Please sign in to comment.