Initializes a new instance of terminal font with the specified font info.

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

Syntax

Visual Basic
Public Sub New ( _
	info As TerminalFontInfo _
)
C#
public TerminalFont(
	TerminalFontInfo info
)

Parameters

info
Type: Rebex.TerminalEmulation..::..TerminalFontInfo
Font info.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also