Click or drag to resize
OGFontIsSubSet Method
Indicates if this font is a subset of a specified font.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public bool IsSubSet(
	OGFont font
)

Parameters

font
Type: Stingray.GridOGFont
The font to perform the subset operation upon.

Return Value

Type: Boolean
true if and only if this font is a subset of the specified font.
See Also