Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    TGlyphLine
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Windows
    Assembly: Reportman.Drawing.Windows.dll
    Syntax
    public class TGlyphLine

    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
    public float BaselineY
    Field Value
    Type Description
    float
    View Source

    Glyphs

    Declaration
    public List<TGlyphPos> Glyphs
    Field Value
    Type Description
    List<TGlyphPos>
    View Source

    IsRTL

    Declaration
    public bool IsRTL
    Field Value
    Type Description
    bool
    View Source

    LastRunIsLTR

    Declaration
    public bool LastRunIsLTR
    Field Value
    Type Description
    bool
    View Source

    LastRunLength

    Declaration
    public int LastRunLength
    Field Value
    Type Description
    int
    View Source

    RunCount

    Declaration
    public int RunCount
    Field Value
    Type Description
    int
    • View Source
    In this article
    Back to top Generated by DocFX