(using this following code)
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
baseProfile="full">
<text x="50" y="50"
font-size="16" fill="blue" >
Wikipedia 維基百科 วิกิพีเดีย উইকিপিডিয়া
</text>
</svg>
Thus, I try to assign a font family to the text as the following code:
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
baseProfile="full">
<text x="50" y="50"
font-family="Garuda" font-size="16"
fill="blue" >
Wikipedia 維基百科 วิกิพีเดีย উইকিপিডিয়া
</text>
</svg>
It works. Firefox can display Thai text correctly. However, Firefox still cannot display Bangari text and Chinese text. As shown below.
I try to use other font families, i.e. Times, Sans and Helvetica but only English text can be displayed.
5 comments:
ตอนเด็กๆ เคยศึกษา svg แล้วทำเอกสารเอาไว้ เผื่อใครอยากสานต่อ ลองเข้าไปดูนะครับ
http://homepage.mac.com/apirak/bank/mydoc/svg/index.html
thx :-)
ลองแบบนี้่ดู
http://www.thaimacdev.com/downloads/thai.svg
ก็ยังไม่ออกอยู่ดีครับ
ทั้ง GNU/Linux และ Mac OS X
Thanks for the tip
Post a Comment