Glyph

data class Glyph(val fontSize: Double, val id: Int, val texture: BmpSlice, val xoffset: Int, val yoffset: Int, val xadvance: Int)

Constructors

Link copied to clipboard
constructor(fontSize: Double, id: Int, texture: BmpSlice, xoffset: Int, yoffset: Int, xadvance: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard