Creates a new GlyphData
object.
Unicode code point.
Unicode block.
Glyph' width.
Glyph' height.
Amount of pixel to move after placing this glyph.
Horizontal offset from the glyph' origin.
Vertical offset from the glyph' origin.
Glyph' left texture coordinate.
Glyph' bottom texture coordinate.
Glyph' right texture coordinate.
Glyph' top texture coordinate.
Glyph' source texture atlas page.
Glyph' font.
true
if glyph is a replacement for a missing glyph.
New GlyphData
.
Amount of pixel to move after placing this glyph.
Unicode block.
Unicode character represented by this glyph.
Unicode code point.
Source texture atlas' page copy index.
Glyph' direction.
Array containing the dynamic texture coordinates for all corners of this glyph. Used to sample the dynamic texture atlas page.
Glyph' font.
Glyph' height.
Flag indicating if glyph can be currently rendered.
true
if glyph is a replacement for a missing glyph.
Horizontal offset from the glyph' origin.
Vertical offset from the glyph' origin.
Array containing the positions for all corners of this glyph.
Array containing the source texture coordinates for all corners of this glyph. Used to sample the original texture atlas pages.
Glyph' source texture atlas page.
Glyph' width.
Clone this GlyphData
.
Cloned GlyphData
.
Generated using TypeDoc
Structure containing all the required information necessary to render a BMFont glyph using TextCanvas.