From b485da0b719cb03cc33da57802c5151301664c2f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 27 May 2010 11:39:19 -0400 Subject: [PATCH] Disable Graphite as it crashes all over the place... --- src/hb-shape.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-shape.cc b/src/hb-shape.cc index af93fc9e3..45bdc9122 100644 --- a/src/hb-shape.cc +++ b/src/hb-shape.cc @@ -44,7 +44,7 @@ hb_shape (hb_font_t *font, hb_feature_t *features, unsigned int num_features) { -#ifdef HAVE_GRAPHITE +#if 0 && defined(HAVE_GRAPHITE) hb_blob_t *silf_blob; silf_blob = hb_face_get_table (face, HB_GRAPHITE_TAG_Silf); if (hb_blob_get_length(silf_blob))