This property sets whether or not the font used is bold.
[Visual Basic] Public Property FontBold As
Boolean
[C#] public bool FontBold {get; set;}
Property Value
True: The font is bold
False: The font is not bold
Default value is False
Explanation
The FontBold property sets whether or not the font used is bold. Set this property before drawing the text to the image.
To make changes to an object after it has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or execute the SetSelectedObjectFont method.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit