Glyph Render Info
data class GlyphRenderInfo(val char: Char, val atlasLocation: GlyphAtlasLocation?, val glyphBounds: BoundingBox2f, val layoutInfo: GlyphLayoutInfo) : Record
Contains information about the placement of characters in a bitmap and how they are rendered
Constructors
Link copied to clipboard
constructor(char: Char, atlasLocation: GlyphAtlasLocation?, glyphBounds: BoundingBox2f, layoutInfo: GlyphLayoutInfo)