Search Results for

    Show / Hide Table of Contents

    Struct GlyphInfo

    Holds metrics for a single glyph: its advance width, glyph index and source character.

    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 GlyphInfo

    Fields

    View Source

    Char

    Declaration
    public char Char
    Field Value
    Type Description
    char
    View Source

    Glyph

    Declaration
    public int Glyph
    Field Value
    Type Description
    int
    View Source

    Width

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