2D Toolkit Forum

2D Toolkit => Support => Topic started by: Kasarus on March 27, 2015, 10:15:48 am

Title: Using "Thai" font for tk2dtextmesh
Post 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
Title: Re: Using "Thai" font for tk2dtextmesh
Post by: unikronsoftware on March 28, 2015, 03:10:51 pm
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.
Title: Re: Using "Thai" font for tk2dtextmesh
Post by: Kasarus on March 30, 2015, 07:28:58 am
Thank you for your advice :) I got it working now