2021-01-17 12:40:59 +00:00
|
|
|
|
|
|
|
#Settings for the screen system
|
|
|
|
[screen]
|
|
|
|
#The default truetype font to use
|
|
|
|
fontName = "rftoolsutility:ubuntu"
|
2021-01-26 10:32:42 +00:00
|
|
|
#Set to true for TrueType font, set to false for vanilla font
|
|
|
|
useTruetype = false
|
2021-01-17 12:40:59 +00:00
|
|
|
#The size of the font
|
|
|
|
#Range: 0.0 ~ 1000000.0
|
|
|
|
fontSize = 40.0
|
2021-01-26 10:32:42 +00:00
|
|
|
#Set to true for force TrueType to be disabled in all cases. Use this in case the truetype font is causing issues
|
|
|
|
forceNoTruetype = false
|
2021-01-17 12:40:59 +00:00
|
|
|
#Additional characters that should be supported by the truetype system
|
|
|
|
additionalCharacters = ""
|
|
|
|
|