Font Properties

The Font type exposes the following members.

Properties
  Name Description
Public property Bold
Whether the font is bold or not.
Public property FontFamily
The family of the font. For example Arial Condensed is part of the Arial family.
Public property Italic
Whether the font is italic.
Public property Name
The name of the font. This is generally, but not always, unique.
Public property Size
The size of the font in points.
Public property Strikeout
Whether the font is struck out.
Public property Style
The style of the font.
Public property Underline
Whether the font is underlined.
Top
See Also