Changeset 4668


Ignore:
Timestamp:
06/30/11 13:01:09 (23 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/magick/annotate.c

    r4649 r4668  
    888888      draw_info->stretch,draw_info->weight,&image->exception); 
    889889  if (type_info == (const TypeInfo *) NULL) 
     890    type_info=GetTypeInfoByFamily("Sans",draw_info->style, 
     891      draw_info->stretch,draw_info->weight,&image->exception); 
     892  if (type_info == (const TypeInfo *) NULL) 
    890893    type_info=GetTypeInfoByFamily((const char *) NULL,draw_info->style, 
    891894      draw_info->stretch,draw_info->weight,&image->exception); 
Note: See TracChangeset for help on using the changeset viewer.