This property sets the font size used to draw text.
[Visual Basic] Public Property FontSize As
Single
[C#] public float FontSize {get; set;}
Property Value
The value denoting the size of the font.
Default value is 16.0
Explanation
The FontSize property sets the font size used to draw text. The units of measure are points (1/72 inch).
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