diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-05-11 20:02:14 +0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-05-11 20:02:14 +0200 |
commit | 18c06e189bd078affbb84c3bb5bb80687a227c5e (patch) | |
tree | 322d46d88a5b2b875373aa9ed848ed608b9670d6 /src/hb-ot-shape-complex-indic-private.hh | |
parent | 5b16de97bcc4b24da4c77ca6c1a42e814d8cdbd1 (diff) |
[Indic] Add Uniscribe bug feature for dotted circle
For dotted-circle independent clusters, Uniscribe does no Reph shaping
for the exact sequence Ra+Halant+25CC. Which also is the only possible
sequence with 25CC at the end.
Diffstat (limited to 'src/hb-ot-shape-complex-indic-private.hh')
-rw-r--r-- | src/hb-ot-shape-complex-indic-private.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hb-ot-shape-complex-indic-private.hh b/src/hb-ot-shape-complex-indic-private.hh index 0d18536c..eaf1de8f 100644 --- a/src/hb-ot-shape-complex-indic-private.hh +++ b/src/hb-ot-shape-complex-indic-private.hh @@ -57,7 +57,8 @@ enum indic_category_t { OT_SM, OT_VD, OT_A, - OT_NBSP + OT_NBSP, + OT_DOTTEDCIRCLE /* Not in the spec, but special in Uniscribe. /Very very/ special! */ }; /* Visual positions in a syllable from left to right. */ |