aduros / flambe

Rapidly cook up games for HTML5, Flash, Android, and iOS.
https://github.com/aduros/flambe/wiki
MIT License
745 stars 118 forks source link

how to display a chinese words in text #321

Open zhulu-mike opened 9 years ago

zhulu-mike commented 9 years ago

how can i create a textsprite with chinese fonts? i cann't make all characters on a png.

markknol commented 9 years ago

I've created several chinese and korean games. Since its indeed too hard to add all the characters in a bitmapfont, we created our own tool that generates copy to sprites. We import this in our flash files, marked those as Sprite, and export using flump. We avoid dynamic text in the designs, but for score display we still use numbers from actual bitmapfonts. Before the tool, we used photoshop or flash directly and put the copy there.

I wonder how real chinese gamedeveloper deal with bitmap fonts.

zhulu-mike commented 9 years ago

but i have the dynamic text to deal,how can i do.i am so glad.