[Indic] Change "unknown" position to end of syllable
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 24 Jul 2012 03:49:04 +0000 (23:49 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 24 Jul 2012 03:49:04 +0000 (23:49 -0400)
src/hb-ot-shape-complex-indic-private.hh

index 4a4c8c0..7767ae7 100644 (file)
@@ -136,7 +136,7 @@ enum indic_syllabic_category_t {
 
 /* Categories used in IndicSMatraCategory.txt from UCD */
 enum indic_matra_category_t {
-  INDIC_MATRA_CATEGORY_NOT_APPLICABLE          = POS_BASE_C,
+  INDIC_MATRA_CATEGORY_NOT_APPLICABLE          = POS_END,
 
   INDIC_MATRA_CATEGORY_LEFT                    = POS_PRE_C,
   INDIC_MATRA_CATEGORY_TOP                     = POS_ABOVE_C,