|
|
|
3 registered members (AndrewAMD, Grant, valino),
3,361
guests, and 13
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
How can I write in a different language characters such Arabic ?
#293158
10/09/09 15:45
10/09/09 15:45
|
Joined: Oct 2009
Posts: 18 yemen
wesam
OP
Newbie
|
OP
Newbie
Joined: Oct 2009
Posts: 18
yemen
|
I know that there are two methods for displaying the texts - true type fonts, just like the ones used by Windows. - bitmap fonts; a set of characters that is read from a bitmap file.
how could these methods help me to display my arabic character for example ?
thanks wesam
Last edited by wesam; 10/09/09 16:19.
|
|
|
Re: How can I write in a different language characters such Arab
[Re: wesam]
#293279
10/10/09 12:48
10/10/09 12:48
|
Joined: Aug 2008
Posts: 2,838 take me down to the paradise c...
Cowabanga
Expert
|
Expert
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
|
السلام عليكم،
تقدر بكل سهولة انك تستعمل الترو تايب وتكتب الحروف العربية على طول، وراح ينفع.
Any moderator please enable the Unicode in this thread.
Last edited by MichaelGale; 10/10/09 13:27.
|
|
|
Re: How can I write in a different language characters such Arab
[Re: Cowabanga]
#293405
10/11/09 10:48
10/11/09 10:48
|
Joined: Oct 2009
Posts: 18 yemen
wesam
OP
Newbie
|
OP
Newbie
Joined: Oct 2009
Posts: 18
yemen
|
ok , sounds great. but how can I do that ?
do I need to only write the name of the true type font in my system or should I load in a apecific location inside the 3Dstudio engin's path ?
Last edited by wesam; 10/11/09 10:51.
|
|
|
Re: How can I write in a different language characters such Arab
[Re: wesam]
#293418
10/11/09 12:19
10/11/09 12:19
|
Joined: Aug 2008
Posts: 2,838 take me down to the paradise c...
Cowabanga
Expert
|
Expert
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
|
إذا كمبيوترك عربي، تقدر تستعمل الحروف العربية على طول. مثلاً خط ايريال راح يقبل عربي على الكمبيوترات العربية، اذاً انصحك باستعمال خط ايريال يونيكود، هذا الخط موجود بكل جهاز بالعالم. وبعدها استعمل كود الخط عللى طوول. مثال You'll have to use Arial Unicode.
FONT* arabic = "ArialUnicode#25b";
|
|
|
Re: How can I write in a different language characters such Arab
[Re: Cowabanga]
#293466
10/11/09 17:56
10/11/09 17:56
|
Joined: Oct 2009
Posts: 18 yemen
wesam
OP
Newbie
|
OP
Newbie
Joined: Oct 2009
Posts: 18
yemen
|
You'll have to use Arial Unicode.
FONT* arabic = "ArialUnicode#25b";
I have used this font but the letters dosn't appeare properly. as you see i wrote the the letters in the code in correct order but it shows up side down . then i wrote in revers order and it dose not show properly . what do you think cawabanga?
|
|
|
Re: How can I write in a different language characters such Arab
[Re: jcl]
#293530
10/12/09 08:01
10/12/09 08:01
|
Joined: Oct 2009
Posts: 18 yemen
wesam
OP
Newbie
|
OP
Newbie
Joined: Oct 2009
Posts: 18
yemen
|
Thus you either need an Truetype font with 256 characters of Arabic letters, or alternatively can make a bitmap font with Arabic letters.
I don't know how to make characters using bitmap . I mean what is the size of each character that should be? and the order of them ? i mean 32 character * 3 rows or 4 rows . actually , I made a bitamp but it did not work with me .
|
|
|
|
|
|
|