Search Results for

    Show / Hide Table of Contents

    Struct TGlyphPos

    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

    CharCode

    Declaration
    public char CharCode
    Field Value
    Type Description
    char

    Cluster

    Declaration
    public int Cluster
    Field Value
    Type Description
    int

    FontFamily

    Declaration
    public string FontFamily
    Field Value
    Type Description
    string

    GlyphIndex

    Declaration
    public int GlyphIndex
    Field Value
    Type Description
    int

    LineCluster

    Declaration
    public int LineCluster
    Field Value
    Type Description
    int

    XAdvance

    Declaration
    public int XAdvance
    Field Value
    Type Description
    int

    XOffset

    Declaration
    public int XOffset
    Field Value
    Type Description
    int

    YAdvance

    Declaration
    public int YAdvance
    Field Value
    Type Description
    int

    YOffset

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