|
I am trying to draw some text with auto wrap and set FontStyle & FontWeight. Currently from what I am seeing FontStyle & FontWeight do not affect the drawn text. Am I missing something in code below or is my observation that FontStyle & FontWeight do not affect the drawn text correct? Code sample |
Answered by
anntnzrb
Dec 8, 2025
Replies: 1 comment
|
FontStyle and FontWeight do NOT work with caption: in ImageMagick/Magick.NET. Use font name with style suffix (e.g., |
0 replies
Answer selected by
eangelov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FontStyle and FontWeight do NOT work with caption: in ImageMagick/Magick.NET. Use font name with style suffix (e.g.,
Font = "Arial-Bold-Italic") or switch to pango: format with markup tags like<b><i>text</i></b>. This is a known limitation - the caption: coder doesn't process FontStyle/FontWeight attributes.