Page 1 of 1

Please implement latin characters ...

Posted: 18 Mar 2007, 23:47
by strikerbcb
Please guys, add support for the latin characters and words like : ~ é à â etc, it´s very important for the brazilians players like me and many others playing TMW.

it´s a sugestion ...

thanks

Posted: 19 Mar 2007, 23:58
by Bjørn
There are currently several fonts in use by the client:

<img src="http://themanaworld.svn.sourceforge.net ... edfont.png">
<img src="http://themanaworld.svn.sourceforge.net ... erfont.png">
<img src="http://themanaworld.svn.sourceforge.net ... _wider.png">
<img src="http://themanaworld.svn.sourceforge.net ... serif8.png">

As you can see there are already some special characters supported, but not the same set in all fonts. Feel free to add the ones you are missing and submit a more complete version of any of these fonts.

On the long term we plan to switch to TrueType fonts for at least part of the GUI, which should also allow for all these special characters.

Posted: 20 Mar 2007, 13:53
by strikerbcb
if i put theses imagefonts in TMW related directory, the caracteres like ç, é, à, will work well ? or i have to change the C Code in project ?

Posted: 20 Mar 2007, 17:04
by Crush
Yes, the C++ code has to be adjusted, too, because the engine can't decide on its own what letter in the font bitmap looks most like a ç. But that modification would only take 5 minutes of a programmers time, so when you can't program yourself you can leave that task to us.

So when you do the work of completing the font bitmaps (i would suggest you to implement the whole ISO Latin 1 Charset to cover most languages) you can be quite sure that it will be used.

Posted: 21 Mar 2007, 08:08
by i
yeah... iso8859-1.. and once again you left Poland without special chars. Anyway I already tried to implement polish native chars, but it is imposible to use more than one diferent charsets in one source file.

Posted: 21 Mar 2007, 09:34
by Rotonen
I'd say "TrueType and UTF-8". It shouldn't take that much extra effort to include a few open source fonts for true international (especially asian language) support once we get the TTF support working, right?

Posted: 21 Mar 2007, 12:46
by Crush
I added the true type support to the bug tracker.