]> git.imager.perl.org - imager.git/commitdiff
fix some internal FT2 documentation
authorTony Cook <tony@develop-help.com>
Thu, 21 Feb 2013 05:06:55 +0000 (16:06 +1100)
committerTony Cook <tony@develop-help.com>
Thu, 21 Feb 2013 05:06:55 +0000 (16:06 +1100)
FT2/freetyp2.c

index cfede5cce9fe4f2bedc41ce4fe66a4c0eeca060b..25b6c38b87cff5de323d51d888b0ba26387a07bb 100644 (file)
@@ -17,7 +17,7 @@ freetyp2.c - font support via the FreeType library version 2.
   i_img *im = ...;
   i_color cl;
   if (!i_ft2_text(font, im, tx, ty, cl, cheight, cwidth, text, length, align,
   i_img *im = ...;
   i_color cl;
   if (!i_ft2_text(font, im, tx, ty, cl, cheight, cwidth, text, length, align,
-                  aa)) { error }
+                  aa, vlayout, utf8)) { error }
   if (!i_ft2_cp(font, im, tx, ty, channel, cheight, cwidth, text, length,
                 align, aa)) { error }
   i_ft2_destroy(font);
   if (!i_ft2_cp(font, im, tx, ty, channel, cheight, cwidth, text, length,
                 align, aa)) { error }
   i_ft2_destroy(font);