BetterHud
Toggle table of contents
1.14.0-SNAPSHOT-438
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.text
/
ImageTextScale
Image
Text
Scale
class
ImageTextScale
(
val
name
:
String
,
val
fileName
:
String
,
val
location
:
PixelLocation
,
val
ascent
:
Int
,
val
width
:
Double
,
val
height
:
Double
)
Members
Constructors
Image
Text
Scale
Link copied to clipboard
constructor
(
name
:
String
,
fileName
:
String
,
location
:
PixelLocation
,
ascent
:
Int
,
width
:
Double
,
height
:
Double
)
Properties
ascent
Link copied to clipboard
val
ascent
:
Int
file
Name
Link copied to clipboard
val
fileName
:
String
height
Link copied to clipboard
val
height
:
Double
location
Link copied to clipboard
val
location
:
PixelLocation
name
Link copied to clipboard
val
name
:
String
normalized
Height
Link copied to clipboard
val
normalizedHeight
:
<Error class: unknown class>
normalized
Width
Link copied to clipboard
val
normalizedWidth
:
<Error class: unknown class>
width
Link copied to clipboard
val
width
:
Double
Functions
times
Link copied to clipboard
operator
fun
times
(
double
:
Double
)
:
ImageTextScale