Click or drag to resize
OGFont Constructor (OGFont)
Copy constructor.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public OGFont(
	OGFont font
)

Parameters

font
Type: Stingray.GridOGFont
The source font that is copied.
See Also