Click or drag to resize
OGFont Constructor (String, Int32)
Initializes a new font.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public OGFont(
	string name,
	int size
)

Parameters

name
Type: SystemString
The FaceName for the font.
size
Type: SystemInt32
The point size for the font.
See Also