From: cristy Date: Tue, 16 Mar 2010 01:46:12 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9791 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d984f27fbbb96073787c88f4c9409d7f836cedc5;p=imagemagick --- diff --git a/magick/annotate.c b/magick/annotate.c index b42512a86..b33fec720 100644 --- a/magick/annotate.c +++ b/magick/annotate.c @@ -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);