From 63e48bc33b68f940c351af623a55a4cf650db102 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 12 Feb 2013 17:57:49 -0500 Subject: [PATCH] [Indic] Apply 'blwf' before 'half' This reverts 167b625d988b74572d6b2f646c285b666b650d49. It didn't matter before, but that's going to change with next commit. --- 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 eda0b8e7c..2f8771f12 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -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,