littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.font
/
GlyphReference
Glyph
Reference
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
Functions
Properties
Constructors
Glyph
Reference
Link copied to clipboard
fun
GlyphReference
(
glyphIndex
:
Int
,
x
:
Int
,
y
:
Int
,
scaleX
:
Float
,
scale01
:
Float
,
scale10
:
Float
,
scaleY
:
Float
,
matchedPoints
:
IntArray
?
=
null
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Properties
glyph
Index
Link copied to clipboard
val
glyphIndex
:
Int
matched
Points
Link copied to clipboard
var
matchedPoints
:
IntArray
?
=
null
scale01
Link copied to clipboard
val
scale01
:
Float
scale10
Link copied to clipboard
val
scale10
:
Float
scale
X
Link copied to clipboard
val
scaleX
:
Float
scale
Y
Link copied to clipboard
val
scaleY
:
Float
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int