Font Constructor

Initializes a new instance of the Font class.

Overload List

Name Description
Public method Font(Font)

Initializes a new instance of the Font class by copying font settings from the specified System.Drawing.Font object.

Public method Font(Font)

Initializes a new instance of the Font class from the specified existing font.

Public method Font(String, Single)

Initializes a new instance of the Font class using the specified font name and size.

Public method Font(String, Single, Boolean, Boolean)

Initializes a new instance of the Font class using the specified font name, size, and values indicating whether it should be bold and/or italic.

See Also

Reference