GlyphBbox

data class GlyphBbox(val xMin: Int, val yMin: Int, val xMax: Int, val yMax: Int)

Constructors

Link copied to clipboard
constructor(xMin: Int, yMin: Int, xMax: Int, yMax: Int)

Properties

Link copied to clipboard
val xMax: Int
Link copied to clipboard
val xMin: Int
Link copied to clipboard
val yMax: Int
Link copied to clipboard
val yMin: Int