[Indic] Apply 'blwf' before 'half'
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 12 Feb 2013 22:57:49 +0000 (17:57 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 12 Feb 2013 23:02:07 +0000 (18:02 -0500)
This reverts 167b625d988b74572d6b2f646c285b666b650d49.  It didn't
matter before, but that's going to change with next commit.

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

index eda0b8e..2f8771f 100644 (file)
@@ -344,8 +344,8 @@ indic_features[] =
   {HB_TAG('r','p','h','f'), false},
   {HB_TAG('r','k','r','f'), true},
   {HB_TAG('p','r','e','f'), false},
-  {HB_TAG('h','a','l','f'), false},
   {HB_TAG('b','l','w','f'), false},
+  {HB_TAG('h','a','l','f'), false},
   {HB_TAG('a','b','v','f'), false},
   {HB_TAG('p','s','t','f'), false},
   {HB_TAG('c','f','a','r'), false},
@@ -376,8 +376,8 @@ enum {
   RPHF,
   _RKRF,
   PREF,
-  HALF,
   BLWF,
+  HALF,
   ABVF,
   PSTF,
   CFAR,