WinTextMetric Class

PDF File Writer

WinTextMetric Class

TextMetric class
Inheritance Hierarchy
SystemObject  PdfFileWriterWinTextMetric

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public class WinTextMetric

The WinTextMetric type exposes the following members.

Properties
  NameDescription
Public propertytmAscent
TextMetric ascent
Public propertytmAveCharWidth
TextMetric average character width
Public propertytmBreakChar
TextMetric break character
Public propertytmCharSet
TextMetric character set
Public propertytmDefaultChar
TextMetric default character
Public propertytmDescent
TextMetric descent
Public propertytmDigitizedAspectX
TextMetric digitize aspect X
Public propertytmDigitizedAspectY
TextMetric digitize aspect Y
Public propertytmExternalLeading
TextMetric external leading
Public propertytmFirstChar
TextMetric first character
Public propertytmHeight
TextMetric height
Public propertytmInternalLeading
TextMetric internal leading
Public propertytmItalic
TextMetric italic
Public propertytmLastChar
TextMetric last character
Public propertytmMaxCharWidth
TextMetric maximum character width
Public propertytmOverhang
TextMetric overhang
Public propertytmPitchAndFamily
TextMetric pitch and family
Public propertytmStruckOut
TextMetric struck out
Public propertytmUnderlined
TextMetric underlined
Public propertytmWeight
TextMetric height
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
The TEXTMETRIC structure contains basic information about a physical font. All sizes are specified in logical units; that is, they depend on the current mapping mode of the display context.
See Also