Search Results for

    Show / Hide Table of Contents

    Struct GlyphRenderInfo

    The render information for drawing a glyph.

    Namespace: Evergine.Components.Fonts
    Assembly: Evergine.Components.dll
    Syntax
    public struct GlyphRenderInfo

    Fields

    Character

    The character.

    Declaration
    public char Character
    Field Value
    Type Description
    char

    Glyph

    The glyph.

    Declaration
    public Glyph Glyph
    Field Value
    Type Description
    Glyph

    Position

    The pen position.

    Declaration
    public Vector2 Position
    Field Value
    Type Description
    Vector2

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX