Version

Search Results

Strikeout Property (Font)

Gets or sets a boolean value indicating whether the font is strikeout. Syntax

Style Property (Font)

Gets or sets the style of the font. Syntax

Underline Property (Font)

Gets or sets a boolean value indicating whether the font is underlined. Syntax

Font Constructor(Font)

Initializes a new instance of the Font class. Syntax Parameters font A System.Drawing.Font used to initialize the instance.

Font Constructor(String,Single)

Initializes a new instance of the Font class. Syntax Parameters name The name of the font.size The size of the font, in points.

Font Constructor(String,Single,Byte[])

Initializes a new instance of the Font class. Syntax Parameters name The name of the font.size The size of the font, in points.data Font data.

Font Constructor(String,Single,FontStyle)

Initializes a new instance of the Font class. Syntax Parameters name The name of the font.size The size of the font, in points.style The style with which the font should be rendered.

Font Constructor(String,Single,FontStyle,Byte[])

Initializes a new instance of the Font class. Syntax Parameters name The name of the font.size The size of the font, in points.style The style with which the font should be rendered.data Font data.

Font Constructor(String,Single,FontStyle,Stream)

Initializes a new instance of the Font class. Syntax Parameters name The name of the font.size The size of the font, in points.style The style with which the font should be rendered.stream A stream containing the font information.

Font Constructor(String,Single,FontStyle,String)

Initializes a new instance of the Font class. Syntax Parameters name The name of the font.size The size of the font, in points.style The style with which the font should be rendered.source Font file location.