Class TGlyphLine
Holds the positioned glyphs that share a single text baseline, tracking the
line's reading direction and the most recent run for correct RTL/LTR ordering.
Assembly: Reportman.Drawing.Windows.dll
Syntax
Constructors
View Source
TGlyphLine(float, bool)
Declaration
public TGlyphLine(float baselineY, bool isRTL)
Parameters
| Type |
Name |
Description |
| float |
baselineY |
|
| bool |
isRTL |
|
Fields
View Source
BaselineY
Declaration
Field Value
View Source
Glyphs
Declaration
public List<TGlyphPos> Glyphs
Field Value
View Source
IsRTL
Declaration
Field Value
View Source
LastRunIsLTR
Declaration
Field Value
View Source
LastRunLength
Declaration
Field Value
View Source
RunCount
Declaration
Field Value