WinOutlineTextMetric Class

PDF File Writer

WinOutlineTextMetric Class

Outline text metric class
Inheritance Hierarchy
SystemObject  PdfFileWriterWinOutlineTextMetric

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

The WinOutlineTextMetric type exposes the following members.

Properties
  NameDescription
Public propertyotmAscent
Outline text metric ascent
Public propertyotmDescent
Outline text metric descent
Public propertyotmEMSquare
Outline text metric EM square
Public propertyotmfsSelection
Outline text metric FS selection
Public propertyotmfsType
Outline text metric FS type
Public propertyotmItalicAngle
Outline text metric italic angle
Public propertyotmLineGap
Outline text metric line gap
Public propertyotmMacAscent
Outline text metric Mac ascent
Public propertyotmMacDescent
Outline text metric Mac descent
Public propertyotmMacLineGap
Outline text metric Mac line gap
Public propertyotmPanoseNumber
Outline text metric panose number
Public propertyotmpFaceName
Outline text metric face name
Public propertyotmpFamilyName
Outline text metric family name
Public propertyotmpFullName
Outline text metric full name
Public propertyotmpStyleName
Outline text metric style name
Public propertyotmptSubscriptOffset
Outline text metric subscript offset
Public propertyotmptSubscriptSize
Outline text metric subscript size
Public propertyotmptSuperscriptOffset
Outline text metric superscript offset
Public propertyotmptSuperscriptSize
Outline text metric superscript size
Public propertyotmrcFontBox
Outline text metric Font box class
Public propertyotmsCapEmHeight
Outline text metric capital M height
Public propertyotmsCharSlopeRise
Outline text metric char slope rise
Public propertyotmsCharSlopeRun
Outline text metric char slope run
Public propertyotmSize
Outline text metric size
Public propertyotmsStrikeoutPosition
Outline text metric strikeout position
Public propertyotmsStrikeoutSize
Outline text metric strikeout size
Public propertyotmsUnderscorePosition
Outline text metric underscore position
Public propertyotmsUnderscoreSize
Outline text metric underscore size
Public propertyotmsXHeight
Outline text metric X height
Public propertyotmTextMetric
Outline text metric TextMetric
Public propertyotmusMinimumPPEM
Outline text metric minimum PPEM
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 OUTLINETEXTMETRIC structure contains metrics describing a TrueType font.
See Also