diff --git a/src/hb-graphite2.cc b/src/hb-graphite2.cc index cdf55f12017c8cae537831b979218ad6acec3d7e..fa07ae9b6c3a9ca610ae9f7c5e776a89c0eb3906 100644 --- a/src/hb-graphite2.cc +++ b/src/hb-graphite2.cc @@ -221,6 +221,9 @@ _hb_graphite_shape (hb_font_t *font, buffer->guess_properties (); + /* XXX We do a hell of a lot of stuff just to figure out this font + * is not graphite! Shouldn't do. */ + hb_gr_font_data_t *data = _hb_gr_font_get_data (font); if (!data->grface) return FALSE;