CharacterGenerationInfo

class CharacterGenerationInfo(val fontGlyph: FontGlyph, val glyphMetrics: GlyphMetrics, val lineMetrics: LineMetrics)

Used for the Font Atlas generation

Constructors

Link copied to clipboard
constructor(fontGlyph: FontGlyph, glyphMetrics: GlyphMetrics, lineMetrics: LineMetrics)

Properties

Link copied to clipboard

The space the character will take up in the atlas (character size + padding)

Link copied to clipboard
lateinit var atlasLocation: Point
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard