This property sets the font name used to draw text.

[Visual Basic] Public Property FontName As String
[C#] public string FontName {get; set;}

Property Value

The string denoting the font name.

Default value is "Arial"

Explanation

The FontName property sets the font name used to draw text. 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

 

The ImageKit.NET2 is created by Newtone Corporation