Gets or sets the unit of measure for the font used by this TextSpan object.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public GraphicsUnit FontUnit { get; set; }
Visual Basic (Declaration)
Public Property FontUnit As GraphicsUnit
Visual C++
public:
property GraphicsUnit FontUnit {
	GraphicsUnit get ();
	void set (GraphicsUnit value);
}

See Also