nova-parent
Toggle table of contents
0.18-alpha.14
jvm
Platform filter
jvm
Switch theme
Search in API
nova-parent
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
<
ResourceType.Font
>
,
Font
>
merged
Fonts
Link copied to clipboard
val
mergedFonts
:
Map
<
ResourcePath
<
ResourceType.Font
>
,
Font
>
vanilla
Fonts
Link copied to clipboard
val
vanillaFonts
:
Map
<
ResourcePath
<
ResourceType.Font
>
,
Font
>
Functions
add
Link copied to clipboard
fun
add
(
font
:
Font
)
get
Link copied to clipboard
operator
fun
get
(
id
:
ResourcePath
<
ResourceType.Font
>
)
:
Font
?
get
Or
Create
Link copied to clipboard
fun
getOrCreate
(
id
:
ResourcePath
<
ResourceType.Font
>
)
:
Font
minus
Assign
Link copied to clipboard
operator
fun
minusAssign
(
id
:
ResourcePath
<
ResourceType.Font
>
)
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
<
ResourceType.Font
>
)
fun
remove
(
font
:
Font
)