Gets a value indicating whether the specified font family is supported.
            
    Namespace: 
   Rebex.TerminalEmulation
    Assembly:
   Rebex.Terminal (in Rebex.Terminal.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Shared Function IsSupportedFamily ( _ family As FontFamily _ ) As Boolean | 
| C# | 
|---|
| public static bool IsSupportedFamily( FontFamily family ) | 
Parameters
- family
- Type: System.Drawing..::..FontFamily
 Font family.
 
     
     
     
     
    