PythonMagick
PythonMagick copied to clipboard
textInterlineSpacing, textInterwordSpacing, textKerning
I'm looking for these 3 options that were added to ImageMagick API with version 6.8.8-2, and I don't find them in PythonMagick, but I may be wrong.
If they are indeed not, would it be possible to add them ?
If yes, a small example would be nice to have.
Re: interline spacing, interword spacing, kerning
Quote
Post by dlemstra » 2014-01-11T04:26:26-07:00
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.
source : https://www.imagemagick.org/discourse-server/viewtopic.php?t=24716#p106755