This property sets whether or not the font used is italics.
[Visual Basic] Public Property FontItalic As
Boolean
[C#] public bool FontItalic {get; set;}
Property Value
True: The font is italics
False: The font is not italics
Default value is False
Explanation
The FontItalic property sets whether or not the font used is italics. 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