[Indic] Minor, move 'blwf' after 'half'

We don't apply them together anyway.  Should not make any difference
right now.
This commit is contained in:
Behdad Esfahbod 2012-08-05 21:16:26 -07:00
parent 048e3b596f
commit 167b625d98
1 changed files with 2 additions and 2 deletions

View File

@ -148,8 +148,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('b','l','w','f'), false},
{HB_TAG('h','a','l','f'), false},
{HB_TAG('b','l','w','f'), false},
{HB_TAG('a','b','v','f'), false},
{HB_TAG('p','s','t','f'), false},
{HB_TAG('c','f','a','r'), false},
@ -180,8 +180,8 @@ enum {
RPHF,
_RKRF,
PREF,
BLWF,
HALF,
BLWF,
ABVF,
PSTF,
CFAR,