Click or drag to resize

GraphicsFont Properties

The GraphicsFont type exposes the following members.

Properties
  NameDescription
Public propertyAntialias
Gets a value that indicates whether this font is antialiased.
Public propertyBold
Gets a value that indicates whether this font is bold.
Public propertyItalic
Gets a value that indicates whether this font is italic.
Public propertyName
Gets the typeface name of the font.
Public propertyOutline
Gets a value that indicates whether this font has an outline around its characters.
Public propertySize
Gets the size of the font.
Public propertyStrikeout
Gets a value that indicates whether this font has a horizontal line through its characters.
Public propertyStyle
Gets the FontStyle enumeration that contains the style for this font. This does not include the Outline property.
Public propertyUnderline
Gets a value that indicates whether this font is underlined.
Top
See Also