From 75699101c3710405fe4dedb420b3f3b63436cc28 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 4 Nov 2008 19:51:05 +0000 Subject: Applied more changes by vargavind, adding the complete ISO-8859-15 character set to the sans-serif font. --- ChangeLog | 6 ++++++ data/graphics/gui/sansserif8.png | Bin 1261 -> 2134 bytes src/gui/gui.cpp | 16 +++++++++++++--- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 21ee74f2..0bc68213 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-04 Bjørn Lindeijer + + * src/gui/gui.cpp, data/graphics/gui/sansserif8.png: Applied more + changes by vargavind, adding the complete ISO-8859-15 character set to + the sans-serif font. + 2008-11-01 Fate * src/gui/skill.cpp (class SkillGuiTableModel): Report unmapped diff --git a/data/graphics/gui/sansserif8.png b/data/graphics/gui/sansserif8.png index 7eae7a1b..a4738548 100644 Binary files a/data/graphics/gui/sansserif8.png and b/data/graphics/gui/sansserif8.png differ diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index b9997d3a..12f19460 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -103,11 +103,21 @@ Gui::Gui(Graphics *graphics): Window::setWindowContainer(guiTop); setTop(guiTop); - // Set global font + // Set global font (based on ISO-8859-15) try { mGuiFont = new gcn::ImageFont("graphics/gui/sansserif8.png", - " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[" - "\\]^_`abcdefghijklmnopqrstuvwxyz{|}~|áÁéÉßøèÈ" + " !\"#$%&'()*+,-./" + "0123456789:;<=>?" + "@ABCDEFGHIJKLMNO" + "PQRSTUVWXYZ[\\]^_" + "`abcdefghijklmno" + "pqrstuvwxyz{|}~|" + " ¡¢£¤¥¦§¨©ª«¬­®¯" + "°±²³´µ¶·¸¹º»¼½¾¿" + "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ" + "ÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞß" + "àáâãäåæçèéêëìíîï" + "ðñòóôõö÷øùúûüýþÿ" ); } catch (gcn::Exception e) -- cgit v1.2.3-70-g09d2