diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-10 15:13:53 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-10 15:13:53 +0000 |
commit | 7f1faf609aba36317b49df97b31d0c21e505af12 (patch) | |
tree | eb86a1c734c499cef72dcee0ae5005a538e5c819 /src/gui/gui.cpp | |
parent | 15b70d6b622ae2ba3cc4a605da20d307c13c1d76 (diff) | |
download | mana-7f1faf609aba36317b49df97b31d0c21e505af12.tar.gz mana-7f1faf609aba36317b49df97b31d0c21e505af12.tar.bz2 mana-7f1faf609aba36317b49df97b31d0c21e505af12.tar.xz mana-7f1faf609aba36317b49df97b31d0c21e505af12.zip |
Pajarico added more international characters to the fixed font and rpg font.
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index c829cef7..c01c05c8 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -139,7 +139,8 @@ Gui::Gui(Graphics *graphics): try { speechFont = new gcn::ImageFont("graphics/gui/rpgfont_wider.png", " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" - "0123456789.,!?-+/():;%&`'*#=[]\"<>{}^~|_@&\\" + "0123456789.,!?-+/():;%&`'*#=[]\"<>{}^~|_@$\\" + "áÁéÉíÍóÓúÚç_¥£¢¡¿àãõêñÑöüäÖÜÄßø" ); } catch (gcn::Exception e) |