Drawing Text with Magick++ and Pango
-
- Posts: 1
- Joined: 2019-05-27T03:51:59-07:00
- Authentication code: 1152
Drawing Text with Magick++ and Pango
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.