Drawing Text with Magick++ and Pango

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
ImageyWimigey
Posts: 1
Joined: 2019-05-27T03:51:59-07:00
Authentication code: 1152

Drawing Text with Magick++ and Pango

Post by ImageyWimigey »

I want to create an image with text using some of the features of Pango. I have looked at the Magick++ documentation for the Drawable class but its not clear if this is possible. Is it possible to use Pango and Pango markup to format text the way I want it? If so can someone create a quick example and the class/subclass I'd need to use.
Post Reply