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