summaryrefslogtreecommitdiff
path: root/modules/indic/indic-ot.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-08-02 21:04:07 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-08-02 21:04:07 +0000
commitf1fa44432a6c6e7ff74bc2f705056eeca6c1e2ed (patch)
tree9ef885dc596ef98df558579eed4150b08915adda /modules/indic/indic-ot.h
parent2d40d7568d436bae3bf74d46d08cded8dfa612fa (diff)
downloadpango-f1fa44432a6c6e7ff74bc2f705056eeca6c1e2ed.tar.gz
Add support for 'init' feature for Bengali. (#130966, Sayamindu Dasgupta)
Mon Aug 2 17:00:19 2004 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-fc.c modules/indic/indic-ot.[ch]: Add support for 'init' feature for Bengali. (#130966, Sayamindu Dasgupta)
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)
};
/*