]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 20 Jan 2012 17:06:21 +0000 (17:06 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 20 Jan 2012 17:06:21 +0000 (17:06 +0000)
MagickCore/annotate.c

index 3be7d4a04ebf7a51c08271687f42b34e3f3e89ff..84dbb9e944b1c278fc904a14b96b0b434106c780 100644 (file)
@@ -1513,8 +1513,8 @@ static MagickBooleanType RenderFreetype(Image *image,const DrawInfo *draw_info,
       status=FT_Get_Glyph(face->glyph,&glyph.image);
       if (status == 0)
         {
-          status=FT_Outline_Get_BBox(&((FT_OutlineGlyph) glyph.image)->
-            outline,&bounds);
+          status=FT_Outline_Get_BBox(&((FT_OutlineGlyph) glyph.image)->outline,
+            &bounds);
           if (status == 0)
             {
               FT_Vector_Transform(&glyph.origin,&affine);