XFontFamily ClassTerminal Works - PDF Printing.Net Library
Defines a group of typefaces having a similar basic design and certain variations in styles.
Inheritance Hierarchy

SystemObject
  PdfEdit.DrawingXFontFamily

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class XFontFamily

The XFontFamily type exposes the following members.

Constructors

  NameDescription
Public methodXFontFamily
Initializes a new instance of the XFontFamily class.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCellAscent
Returns the cell ascent, in design units, of the XFontFamily object of the specified style.
Public methodGetCellDescent
Returns the cell descent, in design units, of the XFontFamily object of the specified style.
Public methodGetEmHeight
Gets the height, in font design units, of the em square for the specified style.
Public methodStatic memberGetFamilies Obsolete.
Returns an array that contains all the FontFamily objects available for the specified graphics context.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLineSpacing
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsStyleAvailable
Indicates whether the specified FontStyle enumeration is available.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyStatic memberFamilies Obsolete.
Returns an array that contains all the FontFamily objects associated with the current graphics context.
Public propertyName
Gets the name of the font family.
Top
See Also

Reference