Glyph

data class Glyph(val fontSize: Float, val id: Int, val slice: TextureSlice, val xoffset: Int, val yoffset: Int, val xadvance: Int, val width: Int, val height: Int, val page: Int)

Constructors

Link copied to clipboard
fun Glyph(fontSize: Float, id: Int, slice: TextureSlice, xoffset: Int, yoffset: Int, xadvance: Int, width: Int, height: Int, page: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val id: Int
Link copied to clipboard
val page: Int
Link copied to clipboard
Link copied to clipboard
val width: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard