diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-30 14:08:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-30 14:08:37 +0300 |
commit | 1cffd95a2d98736c2d0dc2f382995889ceaef86a (patch) | |
tree | 9bb16984a2cc28daf7521beb2f9125f0b0ea77da /data/graphics | |
parent | 27a4c8b4acdf5f433f42b5dce97f95f391e36cbf (diff) | |
download | plus-1cffd95a2d98736c2d0dc2f382995889ceaef86a.tar.gz plus-1cffd95a2d98736c2d0dc2f382995889ceaef86a.tar.bz2 plus-1cffd95a2d98736c2d0dc2f382995889ceaef86a.tar.xz plus-1cffd95a2d98736c2d0dc2f382995889ceaef86a.zip |
add support for set fonts and font sizes from themes.
Changed default font size from 11 to 12 px.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/info.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/graphics/gui/info.xml b/data/graphics/gui/info.xml index 54f71b4df..195b1221f 100644 --- a/data/graphics/gui/info.xml +++ b/data/graphics/gui/info.xml @@ -2,4 +2,13 @@ <info> <name>(default)</name> <copyright>2004-2009 The Mana World Development Team\n2009-2010 The Mana Developers\n2011-2013 ManaPlus Developers</copyright> + <font>dejavusans.ttf</font> + <boldFont>dejavusans-bold.ttf</boldFont> + <particleFont>dejavusans.ttf</particleFont> + <helpFont>dejavusansmono.ttf</helpFont> + <secureFont>dejavusansmono.ttf</secureFont> + <npcFont>dejavusans.ttf</npcFont> + <japanFont>mplus-1p-regular.ttf</japanFont> + <fontSize>12</fontSize> + <npcfontSize>13</npcfontSize> </info> |