LiquidBounce
Toggle table of contents
0.37.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
)
:
Record
Members
Constructors
Font
Id
Link copied to clipboard
constructor
(
style
:
Int
,
awtFont
:
Font
,
height
:
Float
,
ascent
:
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
style
Link copied to clipboard
val
style
:
Int