2D Toolkit Forum
2D Toolkit => Support => Topic started by: Kasarus on March 27, 2015, 10:15:48 am
-
Hi,
I would like to ask if it's possible to use "Thai" font in tk2dtextmesh. I have tried by using the BMFont in the attachment to create font collection, for english it's display correctly but when I change to "Thai" alphabet it display nothing
Please advise, thank you
-
I don't know how you've exported this - you will need to export it using unicode, and then you will be able to type the characters in the text box and have them draw correctly. Right now the chars range from 0..255, which is definitely incorrect.
-
Thank you for your advice :) I got it working now