Gets a value indicating whether the specified font family is supported.

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

Syntax

Visual Basic
Public Shared Function IsSupportedFamily ( _
	familyName As String _
) As Boolean
C#
public static bool IsSupportedFamily(
	string familyName
)

Parameters

familyName
Type: System..::..String
Font family name.

Return Value

True if supported; false if not supported.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also