Click or drag to resize
OGFontGetGdiPlusFont Method
Returns a GDI+ font equivalent to this OGFont.

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

Return Value

Type: Font
A GDI+ font equivalent to this OGFont.
See Also