Changeset 7048


Ignore:
Timestamp:
03/04/12 18:06:49 (15 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/branches/ImageMagick-6.7.5/coders/caption.c

    r7046 r7048  
    245245  description=pango_font_description_from_string(draw_info->font == 
    246246    (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* 
    248248    draw_info->pointsize+0.5)); 
    249249  pango_layout_set_font_description(layout,description); 
Note: See TracChangeset for help on using the changeset viewer.