XFontMetrics ClassTerminal Works - PDF Printing.Net Library
Collects information of a font.
Inheritance Hierarchy

SystemObject
  PdfEdit.DrawingXFontMetrics

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

public sealed class XFontMetrics

The XFontMetrics type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAscent
Gets the ascent value.
Public propertyAverageWidth
Gets the average width.
Public propertyCapHeight
Gets the height of capital letters.
Public propertyDescent
Gets the descent value.
Public propertyLeading
Gets the leading value.
Public propertyLineSpacing
Gets the line spacing value.
Public propertyMaxWidth
Gets the maximum width of a character.
Public propertyName
Gets the font name.
Public propertyStemH
Gets an internal value.
Public propertyStemV
Gets an internal value.
Public propertyStrikethroughPosition
Gets the strikethrough position.
Public propertyStrikethroughThickness
Gets the strikethrough thicksness.
Public propertyUnderlinePosition
Gets the underline position.
Public propertyUnderlineThickness
Gets the underline thicksness.
Public propertyUnitsPerEm
Gets the ascent value.
Public propertyXHeight
Gets the height of a lower-case character.
Top
See Also

Reference