Codechange: move font settings to std::string
This commit is contained in:
@@ -175,31 +175,31 @@ name = ""rightclick_emulate""
|
||||
var = _rightclick_emulate
|
||||
def = false
|
||||
|
||||
[SDTG_STR]
|
||||
[SDTG_SSTR]
|
||||
ifdef = HAS_TRUETYPE_FONT
|
||||
name = ""small_font""
|
||||
type = SLE_STRB
|
||||
type = SLE_STR
|
||||
var = _freetype.small.font
|
||||
def = nullptr
|
||||
|
||||
[SDTG_STR]
|
||||
[SDTG_SSTR]
|
||||
ifdef = HAS_TRUETYPE_FONT
|
||||
name = ""medium_font""
|
||||
type = SLE_STRB
|
||||
type = SLE_STR
|
||||
var = _freetype.medium.font
|
||||
def = nullptr
|
||||
|
||||
[SDTG_STR]
|
||||
[SDTG_SSTR]
|
||||
ifdef = HAS_TRUETYPE_FONT
|
||||
name = ""large_font""
|
||||
type = SLE_STRB
|
||||
type = SLE_STR
|
||||
var = _freetype.large.font
|
||||
def = nullptr
|
||||
|
||||
[SDTG_STR]
|
||||
[SDTG_SSTR]
|
||||
ifdef = HAS_TRUETYPE_FONT
|
||||
name = ""mono_font""
|
||||
type = SLE_STRB
|
||||
type = SLE_STR
|
||||
var = _freetype.mono.font
|
||||
def = nullptr
|
||||
|
||||
|
Reference in New Issue
Block a user