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
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.
 
     
     
     
     
    