Create new text format with specified font and default size.

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

Syntax

C#
public TextFormat(
	string fontName
)
Visual Basic
Public Sub New ( _
	fontName As String _
)
Visual C++
public:
TextFormat(
	String^ fontName
)

Parameters

fontName
Type: System..::..String
font name.

See Also