korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
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