PDA

View Full Version : سوال: تغییر Script فونت



SeyedMoosavi
پنج شنبه 26 دی 1387, 17:57 عصر
سلامhttp://barnamenevis.org/forum/images/editor/menupop.gif
نمیدونم تاحالا دقت کردین یا نه اما بعضی فونت ها مثل Tahom یه چیزی به اسم Script دارن که باید روی Arabic باشه تا فارسی بنویسه حالا من می خوام این Script رو باکد نویسی تغییر بدم
چیکار باید بکنم؟
با تشکر http://barnamenevis.org/forum/images/editor/menupop.gif

mpmsoft
جمعه 27 دی 1387, 08:14 صبح
به این صفحه رجوع کن

http://www.bigresource.com/VB-Central-File-List-cbBdosPyIx.html
http://a4esl.org/c/charset.html



Fonts And Western Vs Central European
How can I change a font e.g Tahoma from Western script to Central European when I click a "Country"-button? I am fetching all the letters from a database, is it possible to include a codepage for making it work?
Something like:

Code:
Private Sub Form_Load()
Label1.Font.Charset = Central
End Sub

SeyedMoosavi
جمعه 27 دی 1387, 17:05 عصر
Code:
Private Sub Form_Load()
Label1.Font.Charset = Central
End Sub

این کد درست اما وقتی Arabic میزارم دوباره قاطی میشه
راه دیگه ای نیست؟

mpmsoft
جمعه 27 دی 1387, 17:55 عصر
Me.Font.Charset = 178