aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/default.inc
diff options
context:
space:
mode:
authorBastien Bouclet2019-04-27 08:00:37 +0200
committerBastien Bouclet2019-05-05 08:52:12 +0200
commita5d93d933ab65d5a7efcc88926ce116618f06fcd (patch)
tree81be4d4692ae5c2a266089196a2884107d8d1b06 /gui/themes/default.inc
parent2a38562d4bc968bb9d32a9bbe5e57f9d37f88a60 (diff)
downloadscummvm-rg350-a5d93d933ab65d5a7efcc88926ce116618f06fcd.tar.gz
scummvm-rg350-a5d93d933ab65d5a7efcc88926ce116618f06fcd.tar.bz2
scummvm-rg350-a5d93d933ab65d5a7efcc88926ce116618f06fcd.zip
GUI: Use a truetype font for the debug console
Diffstat (limited to 'gui/themes/default.inc')
-rw-r--r--gui/themes/default.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc
index 312f410b32..49f5e05d7b 100644
--- a/gui/themes/default.inc
+++ b/gui/themes/default.inc
@@ -43,6 +43,9 @@ const char *defaultXML1 = "<?xml version = '1.0'?>"
"<font id='tooltip_normal' "
"file='fixed5x8.bdf' "
"/>"
+"<font id='console' "
+"file='builtinConsole' "
+"/>"
"<text_color id='color_normal' "
"color='green' "
"/>"