[HarfBuzz] harfbuzz-ng: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Apr 17 08:48:40 PDT 2012


 src/hb-graphite2.cc |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 3cde23664fbbe9cd2ac1b8fd5eb2ea288309cc9c
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Apr 17 11:44:49 2012 -0400

    Minor note re Graphite

diff --git a/src/hb-graphite2.cc b/src/hb-graphite2.cc
index cdf55f1..fa07ae9 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;
 



More information about the HarfBuzz mailing list