TerminalFont.IsSupportedFamily Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9083)
IsSupportedFamily(String)
Gets a value indicating whether the specified font family is supported.
Declaration
public static bool IsSupportedFamily(string familyName)
Parameters
Type | Name | Description |
---|---|---|
String | familyName | Font family name. |
Returns
Type | Description |
---|---|
Boolean | True if supported; false if not supported. |
IsSupportedFamily(FontFamily)
Gets a value indicating whether the specified font family is supported.
Declaration
public static bool IsSupportedFamily(FontFamily family)
Parameters
Type | Name | Description |
---|---|---|
FontFamily | family | Font family. |
Returns
Type | Description |
---|---|
Boolean | True if supported; false if not supported. |