[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Aug 7 14:58:39 PDT 2013


 src/hb-ot-shape-complex-indic.cc |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit bdd8873fd8ae5c794018f6edac242b0a8b62ff31
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Aug 7 17:58:25 2013 -0400

    Revert "[Indic] don't apply 'calt' by default in Indic shaper"
    
    This reverts commit 952121007c6f6f374e4cf1734ebcfe2d2d71c71c.
    
    In light of discussion on the mailing list...

diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc
index a9835df..d3c475b 100644
--- a/src/hb-ot-shape-complex-indic.cc
+++ b/src/hb-ot-shape-complex-indic.cc
@@ -445,10 +445,6 @@ override_features_indic (hb_ot_shape_planner_t *plan)
   if (hb_options ().uniscribe_bug_compatible)
     plan->map.add_feature (HB_TAG('k','e','r','n'), 0, F_GLOBAL);
 
-  /* 'calt' is enabled by default in hb-ot-shape.cc, but is a
-   * discretionary, non-default feature for Indic scripts. */
-  plan->map.add_feature (HB_TAG('c','a','l','t'), 0, F_GLOBAL);
-
   plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
 }
 



More information about the HarfBuzz mailing list