]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 16 Mar 2010 01:46:12 +0000 (01:46 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 16 Mar 2010 01:46:12 +0000 (01:46 +0000)
magick/annotate.c

index b42512a86500209a912861eea6473ceaec4d80fd..b33fec720f0885f1a073d05a98961f3ede951bbf 100644 (file)
@@ -819,6 +819,9 @@ static MagickBooleanType RenderType(Image *image,const DrawInfo *draw_info,
   if (type_info == (const TypeInfo *) NULL)
     type_info=GetTypeInfoByFamily("Century Schoolbook",draw_info->style,
       draw_info->stretch,draw_info->weight,&image->exception);
+  if (type_info == (const TypeInfo *) NULL)
+    type_info=GetTypeInfoByFamily("Arial",draw_info->style,
+      draw_info->stretch,draw_info->weight,&image->exception);
   if (type_info == (const TypeInfo *) NULL)
     type_info=GetTypeInfoByFamily("Helvetica",draw_info->style,
       draw_info->stretch,draw_info->weight,&image->exception);