Glyph Render Info
data class GlyphRenderInfo(val codepoint: Int, 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(codepoint: Int, atlasLocation: GlyphAtlasLocation?, glyphBounds: BoundingBox2f, layoutInfo: GlyphLayoutInfo)