Gets or sets a boolean value indicating whether the font is strikeout. Syntax
Gets or sets the style of the font. Syntax
Gets or sets a boolean value indicating whether the font is underlined. Syntax
Initializes a new instance of the Font class. Syntax Parameters font A System.Drawing.Font used to initialize the instance.
Initializes a new instance of the Font class. Syntax Parameters name The name of the font.size The size of the font, in points.
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.
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.
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.
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.
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.