Search Results for

    Show / Hide Table of Contents

    Class TGlyphLine

    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

    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
    In this article
    Back to top Generated by DocFX