It seems that the on the command line the density of the image is used when drawing fonts. The Magick++ API does not set the density for drawing when the density of the image is changed. I could fix this in Magick++ but that would mean that any user of Magick.NET will see the text in another size if they also set the Density of the image. At this moment there is no option to set the density for drawing but you could 'fix' it by setting the size to fontsize * PPI/72 (the default density is 72). I will have to talk with the rest of the ImageMagick team to see how we will fix this. I will get back to you when I know more.
↧