toggle menu
nova-parent
0.17-alpha.34
jvm
switch theme
search in API
nova
/
xyz.xenondevs.nova.resources.builder.task.font
/
FontContent
Font
Content
class
FontContent
:
PackTaskHolder
Members
Properties
custom
Fonts
Link copied to clipboard
val
customFonts
:
Map
<
ResourcePath
,
Font
>
merged
Fonts
Link copied to clipboard
val
mergedFonts
:
Map
<
ResourcePath
,
Font
>
vanilla
Fonts
Link copied to clipboard
val
vanillaFonts
:
Map
<
ResourcePath
,
Font
>
Functions
add
Link copied to clipboard
fun
add
(
font
:
Font
)
get
Link copied to clipboard
operator
fun
get
(
id
:
ResourcePath
)
:
Font
?
get
Or
Create
Link copied to clipboard
fun
getOrCreate
(
id
:
ResourcePath
)
:
Font
minus
Assign
Link copied to clipboard
operator
fun
minusAssign
(
id
:
ResourcePath
)
operator
fun
minusAssign
(
font
:
Font
)
plus
Assign
Link copied to clipboard
operator
fun
plusAssign
(
font
:
Font
)
remove
Link copied to clipboard
fun
remove
(
id
:
ResourcePath
)
fun
remove
(
font
:
Font
)