MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
common
/
io.github.notenoughupdates.moulconfig.common
/
IFontRenderer
IFont
Renderer
@
NullMarked
interface
IFontRenderer
(
source
)
Members
Functions
get
Char
Width
Link copied to clipboard
open
fun
getCharWidth
(
c
:
Char
)
:
Int
get
Height
Link copied to clipboard
abstract
fun
getHeight
(
)
:
Int
get
String
Width
Link copied to clipboard
abstract
fun
getStringWidth
(
structuredText
:
StructuredText
)
:
Int
open
fun
getStringWidth
(
string
:
String
)
:
Int
split
Lines
Link copied to clipboard
open
fun
splitLines
(
structuredText
:
StructuredText
)
:
List
<
StructuredText
>
split
Text
Link copied to clipboard
abstract
fun
splitText
(
structuredText
:
StructuredText
,
width
:
Int
)
:
List
<
StructuredText
>
trim
String
To
Width
Link copied to clipboard
open
fun
trimStringToWidth
(
string
:
String
,
width
:
Int
)
:
String
abstract
fun
trimStringToWidth
(
string
:
String
,
width
:
Int
,
reversed
:
Boolean
)
:
String