Gets or sets the face name of 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 string FontName { get; set; }
Visual Basic (Declaration)
Public Property FontName As String
Visual C++
public:
property String^ FontName {
	String^ get ();
	void set (String^ value);
}

See Also