Commit Graph

16 Commits

Author SHA1 Message Date
auria
b65de58954 Make the soft hyphen character invisible, in the future we may want to use it for the purpose of breaking long words when they don't fit (see tracker)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7571 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-01-31 03:40:35 +00:00
auria
e3eb411458 Reduce size of hebrew font a little as per request
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7443 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-01-16 16:28:52 +00:00
auria
ae3700a806 Added a couple more cyrillic characters
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7088 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-19 20:24:09 +00:00
auria
08c3657660 Added a few missing cyrillic characters
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7077 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-18 21:02:50 +00:00
hikerstk
370bd1338b Updated fonts for updated Chinese translations.
The data StkChineseFontHeader.xml is now included
in StkChinseFont.xml. Chinese characters have now
an offset of 100 to avoid texture problems with
other fonts.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6997 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-13 11:42:18 +00:00
hikerstk
ef300391d1 Fixed all remaining duplicates.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6948 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 12:02:09 +00:00
hikerstk
2e354c4148 Removed more duplicated characters.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6947 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-12-10 06:22:25 +00:00
auria
7adcf430bd temporarly fixed hebrew translation to indicate it's RTL + scaled down hebrew font a little
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5878 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-09-03 19:02:16 +00:00
auria
edc613ed10 Added license info regarding new font + removed debug prints
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5809 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-08-29 19:56:40 +00:00
auria
e79025b041 Fixed crash in font code, updated font loading code to allow splitting our huge XML file so that chinese can be in a separate file, switched to wqyMicroHei for chinese font (font not included in SVN because of size)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5808 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-08-29 19:28:57 +00:00
auria
99626ff944 Minor improvements to hebrew font
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5462 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-06-01 00:10:37 +00:00
auria
a2825c4b36 Added support for Hebrew (and, more generally, RTL languages). fribidi must be available and ENABLE_BIDI must be defined (however the autotools build system currently does not check for fribidi presence so if you build with autotools it will always be off)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5457 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-05-30 19:11:39 +00:00
auria
d2dfb64f9e Renamed font file to not contain spaces, since that seems to confuse autotools on some platforms
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4733 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-02-15 22:50:08 +00:00
auria
b256e43ab2 Added features to manually control size of each texture in a font (this is useful for our 'composite font', where chinese characters are larger than latin ones)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4553 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-29 00:19:17 +00:00
auria
dcc240a0d4 Fixed display issues with russian and greek (for some reason, the irrlicht font tool added a lot of margin to the left and right of these characters)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4526 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-24 01:43:06 +00:00
auria
60425bf01d Added preliminary support for greek and russian. Chinese is also supported if the SungTil files are present (I'm not committing them yet since they're quite large, so we need to decide first if we want to ship them by default or separately)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4525 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-24 01:30:33 +00:00