summaryrefslogtreecommitdiff
path: root/modules/indic/indic-ot.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/indic/indic-ot.h')
-rw-r--r--modules/indic/indic-ot.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/indic/indic-ot.h b/modules/indic/indic-ot.h
index 9fb46877..3337fe0e 100644
--- a/modules/indic/indic-ot.h
+++ b/modules/indic/indic-ot.h
@@ -114,7 +114,8 @@ enum indic_glyph_feature_
blwm = 0x1000,
abvm = 0x2000,
dist = 0x4000,
- junk = 0x8000
+ junk = 0x8000,
+ init = 0x10000
};
/*
@@ -130,11 +131,11 @@ enum indic_glyph_feature_
*/
enum indic_glyph_property_
{
- rphf_p = (junk | dist),
- blwf_p = (junk | dist | rphf),
- half_p = (junk | dist | rphf | blwf),
- pstf_p = (junk | dist | rphf | blwf | half),
- nukt_p = (junk | dist | rphf | blwf | half | pstf)
+ rphf_p = (junk | dist | init),
+ blwf_p = (junk | dist | init | rphf),
+ half_p = (junk | dist | init | rphf | blwf),
+ pstf_p = (junk | dist | init | rphf | blwf | half),
+ nukt_p = (junk | dist | init | rphf | blwf | half | pstf)
};
/*