Page 1 of 1

interline spacing, interword spacing, kerning

Posted: 2013-12-31T04:50:34-07:00
by tsftd
ImageMagick has the three text-related parameters: "interline spacing," "interword spacing," and "kerning." These allow fine-grained control over the outputted text. However, I can't seem to find the related options in the Magick++ API. Do they exist, and if so, what are they called? If not, how were they implemented in ImageMagick?

Re: interline spacing, interword spacing, kerning

Posted: 2013-12-31T06:07:17-07:00
by dlemstra
This is not yet available in Magick++. I will add the Drawable classes and add the properties to the Image and Options classes.

Re: interline spacing, interword spacing, kerning

Posted: 2013-12-31T06:10:35-07:00
by tsftd
much thanks!!

Re: interline spacing, interword spacing, kerning

Posted: 2014-01-11T04:26:26-07:00
by dlemstra
The following classes have been added: DrawableTextInterlineSpacing, DrawableTextInterwordSpacing, DrawableTextKerning. And the following methods have been added to the Image class: textInterlineSpacing, textInterwordSpacing, textKerning. These changes will be available in ImageMagick 6.8.8-2.