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 ( _
	family As FontFamily _
) As Boolean
C#
public static bool IsSupportedFamily(
	FontFamily family
)

Parameters

family
Type: System.Drawing..::..FontFamily
Font family.

Return Value

True if supported; false if not supported.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also