Click or drag to resize
StyleInfoGetFaceName Method
Gets the face name for the font at the specified index.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static string GetFaceName(
	int index
)

Parameters

index
Type: SystemInt32
Index in the installedFonts collection.

Return Value

Type: String
The font face name.
See Also