GlyphReference

data class GlyphReference(    val glyphIndex: Int,     val x: Int,     val y: Int,     val scaleX: Float,     val scale01: Float,     val scale10: Float,     val scaleY: Float,     var matchedPoints: IntArray? = null)

Constructors

Link copied to clipboard
fun GlyphReference(glyphIndex: Int, x: Int, y: Int, scaleX: Float, scale01: Float, scale10: Float, scaleY: Float, matchedPoints: IntArray? = null)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
Link copied to clipboard
var matchedPoints: IntArray? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int