Create multil-ine and multi-fonted text with IM

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
kk3003

Create multil-ine and multi-fonted text with IM

Post by kk3003 »

Hello IM-Board,

how can I produce images like this:
http://minURL.de/IM-Sample1
with IM.

I can create multiline text with $line1\n$line2\n$line3\n$line4 etc.
But how can I change the fontface/color/size after a linebreak?!


Thanks for any help
kk3003
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Create multil-ine and multi-fonted text with IM

Post by Bonzo »

Check this thread:
viewtopic.php?f=2&t=14892
kk3003

Re: Create multil-ine and multi-fonted text with IM

Post by kk3003 »

Thanks. :)
kk3003

Re: Create multil-ine and multi-fonted text with IM

Post by kk3003 »

For everyone else searching this topic:
I decided to create the image with GD now... it's much more easier for text-only stuff.


Best regards.
Post Reply