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 |