Load TTF fonts by default
This commit is contained in:
@@ -174,28 +174,28 @@ ifdef = HAS_TRUETYPE_FONT
|
||||
name = ""small_font""
|
||||
type = SLE_STRB
|
||||
var = _freetype.small.font
|
||||
def = nullptr
|
||||
def = ""fonts/Roboto-Bold.ttf""
|
||||
|
||||
[SDTG_STR]
|
||||
ifdef = HAS_TRUETYPE_FONT
|
||||
name = ""medium_font""
|
||||
type = SLE_STRB
|
||||
var = _freetype.medium.font
|
||||
def = nullptr
|
||||
def = ""fonts/Roboto-Bold.ttf""
|
||||
|
||||
[SDTG_STR]
|
||||
ifdef = HAS_TRUETYPE_FONT
|
||||
name = ""large_font""
|
||||
type = SLE_STRB
|
||||
var = _freetype.large.font
|
||||
def = nullptr
|
||||
def = ""fonts/DroidSerif-Bold.ttf""
|
||||
|
||||
[SDTG_STR]
|
||||
ifdef = HAS_TRUETYPE_FONT
|
||||
name = ""mono_font""
|
||||
type = SLE_STRB
|
||||
var = _freetype.mono.font
|
||||
def = nullptr
|
||||
def = ""fonts/DroidSansMono.ttf""
|
||||
|
||||
[SDTG_VAR]
|
||||
ifdef = HAS_TRUETYPE_FONT
|
||||
|
||||
Reference in New Issue
Block a user