Home | History | Annotate | Download | only in MagickWand

Lines Matching full:pointsize

1313 %  MagickGetPointsize() returns the font pointsize associated with the
1332 return(wand->image_info->pointsize);
2703 % MagickSetPointsize() sets the font pointsize associated with the MagickWand.
2708 % const double pointsize)
2714 % o pointsize: the size of the font
2718 const double pointsize)
2725 wand->image_info->pointsize=pointsize;