TtfGlyph
data class TtfGlyph(val name: String?, val index: Int, val xMin: Int, val yMin: Int, val xMax: Int, val yMax: Int, val advanceWidth: Float, val leftSideBearing: Int, var numberOfContours: Int, val unicode: Int, val unicodes: List<Int>, val path: GlyphPath, val endPointIndices: List<Int>, val instructionLength: Int, val instructions: List<Byte>, val points: List<ContourPoint>, val refs: List<GlyphReference>, val isComposite: Boolean, val unitsPerEm: Int)
Constructors
Link copied to clipboard
fun TtfGlyph(name: String?, index: Int, xMin: Int, yMin: Int, xMax: Int, yMax: Int, advanceWidth: Float, leftSideBearing: Int, numberOfContours: Int, unicode: Int, unicodes: List<Int>, path: GlyphPath, endPointIndices: List<Int>, instructionLength: Int, instructions: List<Byte>, points: List<ContourPoint>, refs: List<GlyphReference>, isComposite: Boolean, unitsPerEm: Int)