Click or drag to resize

FontManager3DRawCharacterOutline Structure

Holds the raw polygonal outline and metrics of a character.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Drawing.D3DFontManager3DRawCharacterOutline

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected struct RawCharacterOutline

The FontManager3DRawCharacterOutline type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldAdvanceWidth The advance width of the character.
Public fieldBaseline The baseline position of the font.
Public fieldFontSize The font size used to create the outline.
Public fieldLeftSideBearing The left side bearing of the character.
Public fieldLineSpacing The line spacing of the font.
Public fieldOutline The polygonal outline of the character.
Public fieldRightSideBearing The right side bearing of the character.
Top
See Also