Defines a group of typefaces having a similar basic design and certain variations in styles.
Inheritance Hierarchy
PdfEdit.DrawingXFontFamily
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The XFontFamily type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XFontFamily |
Initializes a new instance of the XFontFamily class.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetCellAscent |
Returns the cell ascent, in design units, of the XFontFamily object of the specified style.
| |
GetCellDescent |
Returns the cell descent, in design units, of the XFontFamily object of the specified style.
| |
GetEmHeight |
Gets the height, in font design units, of the em square for the specified style.
| |
GetFamilies | Obsolete.
Returns an array that contains all the FontFamily objects available for the specified
graphics context.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLineSpacing |
Returns the line spacing, in design units, of the FontFamily object of the specified style.
The line spacing is the vertical distance between the base lines of two consecutive lines of text.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsStyleAvailable |
Indicates whether the specified FontStyle enumeration is available.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Families | Obsolete.
Returns an array that contains all the FontFamily objects associated with the current graphics context.
| |
Name |
Gets the name of the font family.
|
See Also