Changeset 7048
- Timestamp:
- 03/04/12 18:06:49 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/branches/ImageMagick-6.7.5/coders/caption.c
r7046 r7048 245 245 description=pango_font_description_from_string(draw_info->font == 246 246 (char *) NULL ? "helvetica" : draw_info->font); 247 pango_font_description_set_size(description,(int) ( 0.9*PANGO_SCALE*247 pango_font_description_set_size(description,(int) (PANGO_SCALE* 248 248 draw_info->pointsize+0.5)); 249 249 pango_layout_set_font_description(layout,description);
Note: See TracChangeset
for help on using the changeset viewer.
