16 lines
502 B
TOML
16 lines
502 B
TOML
|
|
||
|
#Settings for the screen system
|
||
|
[screen]
|
||
|
#The default truetype font to use
|
||
|
fontName = "rftoolsutility:ubuntu"
|
||
|
#Set to true for TrueType font, set to false for vanilla font
|
||
|
useTruetype = false
|
||
|
#The size of the font
|
||
|
#Range: 0.0 ~ 1000000.0
|
||
|
fontSize = 40.0
|
||
|
#Set to true for force TrueType to be disabled in all cases. Use this in case the truetype font is causing issues
|
||
|
forceNoTruetype = false
|
||
|
#Additional characters that should be supported by the truetype system
|
||
|
additionalCharacters = ""
|
||
|
|