Disable Graphite as it crashes all over the place...

This commit is contained in:
Behdad Esfahbod 2010-05-27 11:39:19 -04:00
parent 93ac709b1f
commit b485da0b71
1 changed files with 1 additions and 1 deletions

View File

@ -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))