Gets or sets font name of a text.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string FontName { get; set; }
Visual Basic
Public Property FontName As String
	Get
	Set
Visual C++
public:
property String^ FontName {
	String^ get ();
	void set (String^ value);
}

See Also