[Indic] Apply 'vatu' before 'cjct'
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 12 Feb 2013 23:01:21 +0000 (18:01 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 12 Feb 2013 23:02:07 +0000 (18:02 -0500)
This essentially reverts 1d6846db9ebf84561bb30a4e48c6c43184914099,
but that commit is from way back when.  We should be better
following the spec order now again.

src/hb-ot-shape-complex-indic.cc

index 41872df..eda0b8e 100644 (file)
@@ -349,8 +349,8 @@ indic_features[] =
   {HB_TAG('a','b','v','f'), false},
   {HB_TAG('p','s','t','f'), false},
   {HB_TAG('c','f','a','r'), false},
-  {HB_TAG('c','j','c','t'), true},
   {HB_TAG('v','a','t','u'), true},
+  {HB_TAG('c','j','c','t'), true},
   /*
    * Other features.
    * These features are applied all at once, after final_reordering.
@@ -381,8 +381,8 @@ enum {
   ABVF,
   PSTF,
   CFAR,
-  _CJCT,
   _VATU,
+  _CJCT,
 
   INIT,
   _PRES,