Click or drag to resize
OGFont Constructor (String, Int32, Int32, Boolean, Boolean, Boolean, Boolean)
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,
	int orientation,
	bool bold,
	bool italic,
	bool underline,
	bool strikeout
)

Parameters

name
Type: SystemString
The face name for the font.
size
Type: SystemInt32
The point size for the font.
orientation
Type: SystemInt32
The orientation for the font.
bold
Type: SystemBoolean
If true, the font is bold.
italic
Type: SystemBoolean
If true, the font is italicized.
underline
Type: SystemBoolean
If true, the font is underlined.
strikeout
Type: SystemBoolean
If true, the font is struck out.
See Also