Search found 1 match
- 2014-09-14T08:13:21-07:00
- Forum: Users
- Topic: Generate Image from Pango Markup Text
- Replies: 13
- Views: 28318
Re: Generate Image from Pango Markup Text
I've installed pango with brew: brew install pango Then installed imagemagick from brew: brew install imagemagick 'convert -list format' outputs: PANGO* --- Pango Markup Language So then I tried to edit the imagemagick formula to force including of pango, since by default during ./configure it does ...