BetterHud
Toggle table of contents
1.14.0-SNAPSHOT-437
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.text
/
HudTextArray
Hud
Text
Array
class
HudTextArray
(
val
file
:
String
,
val
chars
:
JsonArray
,
val
height
:
Double
,
val
ascent
:
(
Double
)
->
Int
)
Members
Constructors
Hud
Text
Array
Link copied to clipboard
constructor
(
file
:
String
,
chars
:
JsonArray
,
height
:
Double
,
ascent
:
(
Double
)
->
Int
)
Properties
ascent
Link copied to clipboard
val
ascent
:
(
Double
)
->
Int
chars
Link copied to clipboard
val
chars
:
JsonArray
file
Link copied to clipboard
val
file
:
String
height
Link copied to clipboard
val
height
:
Double