Cyrillic fonts do not work, having troubles...
by Vlad I · in Torque Game Builder · 02/18/2011 (8:11 am) · 5 replies
I can't make Cyrillic fonts work. How do I go about?
Tried to search the forums and the internet with no results apart from some info about installing issues.
btw the search forum is really crap , I hope we will return to the old one with advance option.
About the author
#2
They get compiled into a binary file when you use them in common/data/fonts (Cant recall the exact folder) ... That way the font doesnt have to be installed on your end users machine.
02/21/2011 (5:34 am)
You can use ttf fonts by installing them on your computer and then using a t2d text object or using one of the gui controls (like an mlTextCtrl) which stands for markup language text edit control.They get compiled into a binary file when you use them in common/data/fonts (Cant recall the exact folder) ... That way the font doesnt have to be installed on your end users machine.
#3
02/21/2011 (7:03 am)
Also you must save your scripts containing russian texts with UTF-8 encoding without BOM. You can use Notepad++ for this.
#4
02/21/2011 (7:29 am)
Important note: Only the characters you use are extracted to UTFs. So if you want to use more symbols than the current bitmap fonts support, you need to clear the font cache and regenerate.
#5
02/24/2011 (12:14 pm)
It doesnt show russian letters. I copied Georgia.ttf font with russian (cyrillic) letters from my windows/fonts to my \common\data\fonts game folder.
Vlad I
Default Studio Name
How do I integrate custom fonts ? any other fonts?