Click or drag to resize
OGFont Constructor (Font)
Creates an OGFont from a GDI+ font.

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

Parameters

font
Type: System.DrawingFont
The source GDI+ font that is used to initialize this new font.
See Also