How do i underline a Text

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
Anob

How do i underline a Text

Post by Anob »

Hi,
at the moment i learn IM and i like it.

But now, i have a problem with underlining a text.
convert temp.gif -fill "#FF6E00" -font arial.ttf -pointsize 11.9 -gravity west -annotate 0x0+22.081081081081+0 "blablabla" temp.gif
this is my basic command, and now i want to underline the text, but how?

I read that only draw has a underline command, but i dont know how :/

Sorry for my bad english.

I hope you can help me.


Anob
Anob

Re: How do i underline a Text

Post by Anob »

Hello again


I test it and i found a way to underline it.
Post Reply