]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 10 Jun 2012 01:54:51 +0000 (01:54 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 10 Jun 2012 01:54:51 +0000 (01:54 +0000)
MagickCore/annotate.c

index 9c7fc803b994e49caac91d9f63b3b6d6ed63a537..9f1b3df6093aa5eafef837d092480e7acb4aee73 100644 (file)
@@ -1249,7 +1249,7 @@ static MagickBooleanType RenderFreetype(Image *image,const DrawInfo *draw_info,
       draw_info->pointsize);
   flags=FT_LOAD_NO_BITMAP;
   if (draw_info->text_antialias == MagickFalse)
-     flags|=FT_LOAD_TARGET_MONO;
+    flags|=FT_LOAD_TARGET_MONO;
   else
     {
 #if defined(FT_LOAD_TARGET_LIGHT)