Search Results for

    Show / Hide Table of Contents

    Struct TGlyphPos

    Describes the positioned glyph produced by text shaping, including its index, offsets, advances, source character/cluster and the font styling (family, size, color, bold/italic) applied to it.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public struct TGlyphPos

    Fields

    View Source

    Bold

    Declaration
    public bool Bold
    Field Value
    Type Description
    bool
    View Source

    CharCode

    Declaration
    public char CharCode
    Field Value
    Type Description
    char
    View Source

    Cluster

    Declaration
    public int Cluster
    Field Value
    Type Description
    int
    View Source

    Color

    Declaration
    public int Color
    Field Value
    Type Description
    int
    View Source

    FontFamily

    Declaration
    public string FontFamily
    Field Value
    Type Description
    string
    View Source

    FontSize

    Declaration
    public float FontSize
    Field Value
    Type Description
    float
    View Source

    GlyphIndex

    Declaration
    public int GlyphIndex
    Field Value
    Type Description
    int
    View Source

    HasColor

    Declaration
    public bool HasColor
    Field Value
    Type Description
    bool
    View Source

    HasFontSize

    Declaration
    public bool HasFontSize
    Field Value
    Type Description
    bool
    View Source

    Italic

    Declaration
    public bool Italic
    Field Value
    Type Description
    bool
    View Source

    LineCluster

    Declaration
    public int LineCluster
    Field Value
    Type Description
    int
    View Source

    StrikeOut

    Declaration
    public bool StrikeOut
    Field Value
    Type Description
    bool
    View Source

    Underline

    Declaration
    public bool Underline
    Field Value
    Type Description
    bool
    View Source

    XAdvance

    Declaration
    public int XAdvance
    Field Value
    Type Description
    int
    View Source

    XOffset

    Declaration
    public int XOffset
    Field Value
    Type Description
    int
    View Source

    YAdvance

    Declaration
    public int YAdvance
    Field Value
    Type Description
    int
    View Source

    YOffset

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