Click or drag to resize
StyleInfoGetFaceNameIndex Method
Gets the index given a face name.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static short GetFaceNameIndex(
	string faceName
)

Parameters

faceName
Type: SystemString
FaceName of the font.

Return Value

Type: Int16
The index of the font in the installedFonts collection.
See Also