Objective Grid for Microsoft® .NET® Reference Guide

OGFont Constructor

Back to Class Index

Creates an empty font, with no properties set.

Overload List

Creates an empty font, with no properties set.

public OGFont();

Copy constructor.

public OGFont(OGFont);

Creates an OGFont from a GDI+ font.

public OGFont(Font);

FOR INTERNAL USE ONLY.

public OGFont(SerializationInfo,StreamingContext);

Creates a font with the specified FaceName and point size.

public OGFont(string,int);

Creates a font with the specified FaceName, Size, and Orientation.

public OGFont(string,int,int);

Creates a new font with initial values for all properties.

public OGFont(string,int,int,bool,bool,bool,bool);

See Also

OGFont Class | OGFont Members | Stingray.Grid Namespace