The XFont type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Bold |
Indicates whether this XFont object is bold.
| |
| CellAscent |
Gets the cell ascent, the area above the base line that is used by the font.
| |
| CellDescent |
Gets the cell descent, the area below the base line that is used by the font.
| |
| CellSpace |
Gets the cell space for the font. The CellSpace is the line spacing, the sum of CellAscent and CellDescent and optionally some extra space.
| |
| FontFamily |
Gets the XFontFamily object associated with this XFont object.
| |
| GdiFontFamily |
Gets the GDI family.
| |
| Height |
Gets the line spacing of this font.
| |
| Italic |
Indicates whether this XFont object is italic.
| |
| Metrics |
Gets the font metrics.
| |
| Name |
WRONG: Gets the face name of this Font object.
Indeed it returns the font family name.
| |
| PdfOptions |
Gets the PDF options of the font.
| |
| Size |
Gets the em-size of this font measured in the unit of this font object.
| |
| Strikeout |
Indicates whether this XFont object is stroke out.
| |
| Style |
Gets style information for this Font object.
| |
| Underline |
Indicates whether this XFont object is underlined.
|
See Also