]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Thu, 20 Oct 2011 06:26:22 +0000 (06:26 +0000)
committeranthony <anthony@git.imagemagick.org>
Thu, 20 Oct 2011 06:26:22 +0000 (06:26 +0000)
coders/ttf.c

index 76678ce03957ac2d52743b2da72059d4eb158bcb..ca3ab89119347b256a0ae875ccdd0c780074dcd2 100644 (file)
@@ -278,7 +278,7 @@ static Image *ReadTTFImage(const ImageInfo *image_info,ExceptionInfo *exception)
   ConcatenateString(&draw_info->primitive,buffer);
   y+=12*(ssize_t) MultilineCensus((char *) Text);
   /* FUTURE: A setting to specify the text to use */
-  for (i=6; i <= 72; )
+  for (i=5; i <= 72; )
   {
     y += (i+2>12) ? i+2 : 12;  /* line spacing */
     ConcatenateString(&draw_info->primitive," font-size 12\n");