-
|
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
FontStyle and FontWeight do NOT work with caption: in ImageMagick/Magick.NET. Use font name with style suffix (e.g., |
Beta Was this translation helpful? Give feedback.
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.