FontImageMap
class FontImageMap(texture: ColorBuffer, map: Map<Char, IntRectangle>, glyphMetrics: Map<Char, GlyphMetrics>, size: Double, contentScale: Double, ascenderLength: Double, descenderLength: Double, height: Double, leading: Double, name: String) : FontMap
Content copied to clipboard
A type of FontMap which keeps characters pre-rendered in a ColorBuffer texture at a specific font size.
Constructors
FontImageMap
Link copied to clipboard
fun FontImageMap(texture: ColorBuffer, map: Map<Char, IntRectangle>, glyphMetrics: Map<Char, GlyphMetrics>, size: Double, contentScale: Double, ascenderLength: Double, descenderLength: Double, height: Double, leading: Double, name: String)
Content copied to clipboard
Types
Functions
Properties
ascenderLength
Link copied to clipboard
contentScale
Link copied to clipboard
descenderLength
Link copied to clipboard
glyphMetrics
Link copied to clipboard
kerningTable
Link copied to clipboard
map
Link copied to clipboard
texture
Link copied to clipboard