From 5c7340cf1e87745129e121309f0cdcb1f2e28b4b Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Tue, 4 Nov 2008 21:50:00 +0000 Subject: Committed an extension to the San Serif font by Vargavind on TMW so that it contains the complete ISO-8859-15 character set, as well as made a few other smaller fixes towards fixing make dist. --- src/gui/gui.cpp | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/gui/gui.cpp') diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index e386a85c..f72f544c 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -113,8 +113,18 @@ Gui::Gui(Graphics *graphics): // Set global font 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