toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.font
/
BaseTtfFont
/
Clip
Clip
data
class
Clip
(
val
startGlyphID
:
Int
,
val
endGlyphID
:
Int
,
val
clipBoxOffset
:
Int
)
Members
Constructors
Clip
Link copied to clipboard
constructor
(
startGlyphID
:
Int
,
endGlyphID
:
Int
,
clipBoxOffset
:
Int
)
Properties
clip
Box
Offset
Link copied to clipboard
val
clipBoxOffset
:
Int
end
Glyph
ID
Link copied to clipboard
val
endGlyphID
:
Int
start
Glyph
ID
Link copied to clipboard
val
startGlyphID
:
Int