gimp r27428 - trunk/app/text



Author: neo
Date: Sun Oct 26 21:42:21 2008
New Revision: 27428
URL: http://svn.gnome.org/viewvc/gimp?rev=27428&view=rev

Log:
comments


Modified:
   trunk/app/text/gimptextlayout-render.c

Modified: trunk/app/text/gimptextlayout-render.c
==============================================================================
--- trunk/app/text/gimptextlayout-render.c	(original)
+++ trunk/app/text/gimptextlayout-render.c	Sun Oct 26 21:42:21 2008
@@ -209,11 +209,10 @@
                                             CAIRO_ANTIALIAS_NONE));
 
   /*
-   * commented because there's no real autohint support in cairo like
-   * there is in ft2
+   * FIXME:
    *
-   * if (text->autohint)
-   *   cairo_font_options_set_hint_style (flags, CAIRO_HINT_STYLE_DEFAULT);
+   * The autohint property can't be supported any longer, but we
+   * should expose the cairo_hint_style_t enum.
    */
 
   cairo_font_options_set_hint_style (flags, (text->hinting ?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]