TtfGlyph

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)