Disable Graphite as it crashes all over the place...
This commit is contained in:
parent
93ac709b1f
commit
b485da0b71
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue