Hi all.
I've tried to put underline decoration for text image.
using the DrawableTextDecoration(UnderlineDecoration)
This is what I've got:
What I actually want is to put a little space between the text and the underline...
does anyone knows how to do it?
Thanks for any response!
Underline decoration question
Re: Underline decoration question
The underline can only be controlled by the font itself-- ImageMagick gets the underline thickness and position directly from the font.
Re: Underline decoration question
Thanks for the response.
what I want is to see the string like this:
hello
I gave "Times New Roman" as font name, and used font weight 100. which is the most thin font as I understood.
Maybe it is not using the standard font? or maybe it will run differently from other Machine or other OS?
what I want is to see the string like this:
hello
I gave "Times New Roman" as font name, and used font weight 100. which is the most thin font as I understood.
Maybe it is not using the standard font? or maybe it will run differently from other Machine or other OS?