toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.font
/
BaseTtfFont
/
ColrGlyphInfoV0
Colr
Glyph
Info
V0
inner
class
ColrGlyphInfoV0
(
val
glyphID
:
Int
,
val
firstLayerIndex
:
Int
,
val
numLayers
:
Int
)
:
BaseTtfFont.ColrGlyphInfo
Members
Constructors
Colr
Glyph
Info
V0
Link copied to clipboard
constructor
(
glyphID
:
Int
,
firstLayerIndex
:
Int
,
numLayers
:
Int
)
Properties
first
Layer
Index
Link copied to clipboard
val
firstLayerIndex
:
Int
glyph
ID
Link copied to clipboard
val
glyphID
:
Int
num
Layers
Link copied to clipboard
val
numLayers
:
Int
Functions
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
BaseTtfFont.ColrLayerInfo
get
Color
Shape
Link copied to clipboard
open
override
fun
getColorShape
(
pal
:
Int
)
:
Shape
to
List
Link copied to clipboard
fun
toList
(
)
:
List
<
BaseTtfFont.ColrLayerInfo
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String