From 167b625d988b74572d6b2f646c285b666b650d49 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 5 Aug 2012 21:16:26 -0700 Subject: [PATCH] [Indic] Minor, move 'blwf' after 'half' We don't apply them together anyway. Should not make any difference right now. --- src/hb-ot-shape-complex-indic.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index ccc4a9de2..0dbf412e4 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -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,