Create new text format with specified font and 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,
	int size
)
Visual Basic
Public Sub New ( _
	fontName As String, _
	size As Integer _
)
Visual C++
public:
TextFormat(
	String^ fontName, 
	int size
)

Parameters

fontName
Type: System..::..String
font name.
size
Type: System..::..Int32
text size.

See Also