Minor note re Graphite
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 17 Apr 2012 15:44:49 +0000 (11:44 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 17 Apr 2012 15:44:49 +0000 (11:44 -0400)
src/hb-graphite2.cc

index cdf55f1..fa07ae9 100644 (file)
@@ -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;