The Font class encapsulates a font.
Gets the facename of the font.
Gets the family of the font.
Gets the point size of the font.
Gets the style of the font.
Sets the new facename of the font.
Sets the new family of the font, where family is one of Font.Default, Font.Roman, Font.Swiss, or Font.Modern.
Sets the new size of the font in points.
Sets the new style of the font to a combination of Font.Normal, Font.Bold, Font.Italic, and Font.Underlined.