CompositeGlyph

inner class CompositeGlyph(val index: Int, val xMin: Int, val yMin: Int, val xMax: Int, val yMax: Int, val refs: List<BaseTtfFont.GlyphReference>, val advanceWidth: Int) : BaseTtfFont.Glyph

Constructors

Link copied to clipboard
constructor(index: Int, xMin: Int, yMin: Int, xMax: Int, yMax: Int, refs: List<BaseTtfFont.GlyphReference>, advanceWidth: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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

Functions

Link copied to clipboard
open override fun toString(): String