DrawSet/GetTextKerning and DrawSet/GetInterwordSpacing

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
mkoppanen
Posts: 309
Joined: 2007-06-09T07:06:32-07:00

DrawSet/GetTextKerning and DrawSet/GetInterwordSpacing

Post by mkoppanen »

Here is a patch (against current trunk) to implement the DrawSet/GetTextKerning and DrawSet/GetInterwordSpacing into MagickWand API:

http://valokuva.org/patches/imagemagick ... .patch.txt

Regards,
Mikko
Mikko Koppanen
My blog: http://valokuva.org
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: DrawSet/GetTextKerning and DrawSet/GetInterwordSpacing

Post by magick »

Your patch will be available in the Subversion trunk by sometime tomorrow. Thanks.
Post Reply