Changeset 4668
- Timestamp:
- 06/30/11 13:01:09 (23 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/magick/annotate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/magick/annotate.c
r4649 r4668 888 888 draw_info->stretch,draw_info->weight,&image->exception); 889 889 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) 890 893 type_info=GetTypeInfoByFamily((const char *) NULL,draw_info->style, 891 894 draw_info->stretch,draw_info->weight,&image->exception);
Note: See TracChangeset
for help on using the changeset viewer.
