LiquidBounce
Toggle table of contents
0.39.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.render.engine.font
/
FontId
Font
Id
@
JvmRecord
data
class
FontId
(
val
style
:
Int
,
val
awtFont
:
Font
,
val
height
:
Float
,
val
ascent
:
Float
,
val
underlineOffset
:
Float
,
val
underlineThickness
:
Float
,
val
strikethroughOffset
:
Float
,
val
strikethroughThickness
:
Float
)
:
Record
Members
Constructors
Font
Id
Link copied to clipboard
constructor
(
style
:
Int
,
awtFont
:
Font
,
height
:
Float
,
ascent
:
Float
,
underlineOffset
:
Float
,
underlineThickness
:
Float
,
strikethroughOffset
:
Float
,
strikethroughThickness
:
Float
)
Properties
ascent
Link copied to clipboard
val
ascent
:
Float
awt
Font
Link copied to clipboard
val
awtFont
:
Font
height
Link copied to clipboard
val
height
:
Float
strikethrough
Offset
Link copied to clipboard
val
strikethroughOffset
:
Float
strikethrough
Thickness
Link copied to clipboard
val
strikethroughThickness
:
Float
style
Link copied to clipboard
val
style
:
Int
underline
Offset
Link copied to clipboard
val
underlineOffset
:
Float
underline
Thickness
Link copied to clipboard
val
underlineThickness
:
Float