Class TGlyphLine
Inherited Members
Namespace: Reportman.Drawing.Windows
Assembly: Reportman.Drawing.Windows.dll
Syntax
public class TGlyphLine
Constructors
TGlyphLine(float, bool)
Declaration
public TGlyphLine(float baselineY, bool isRTL)
Parameters
| Type | Name | Description |
|---|---|---|
| float | baselineY | |
| bool | isRTL |
Fields
BaselineY
Declaration
public float BaselineY
Field Value
| Type | Description |
|---|---|
| float |
Glyphs
Declaration
public List<TGlyphPos> Glyphs
Field Value
| Type | Description |
|---|---|
| List<TGlyphPos> |
IsRTL
Declaration
public bool IsRTL
Field Value
| Type | Description |
|---|---|
| bool |
LastRunIsLTR
Declaration
public bool LastRunIsLTR
Field Value
| Type | Description |
|---|---|
| bool |
LastRunLength
Declaration
public int LastRunLength
Field Value
| Type | Description |
|---|---|
| int |
RunCount
Declaration
public int RunCount
Field Value
| Type | Description |
|---|---|
| int |