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 ( _ family As FontFamily, _ emSize As Single _ ) |
C# |
---|
public TerminalFont( FontFamily family, float emSize ) |
Parameters
- family
- Type: System.Drawing..::..FontFamily
Font family.
- emSize
- Type: System..::..Single
The em-size in points.