Click or drag to resize
OGFont Constructor (String, Int32, 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 sz,
	int ang
)

Parameters

name
Type: SystemString
The FaceName for the font.
sz
Type: SystemInt32
The Size of the font.
ang
Type: SystemInt32
The Orientation of the font.
See Also