Initializes a new instance of terminal font with the specified family name and size.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub New ( _
	familyName As String, _
	emSize As Single _
)
C#
public TerminalFont(
	string familyName,
	float emSize
)

Parameters

familyName
Type: System..::..String
Font family name.
emSize
Type: System..::..Single
The em-size in points.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also