|
Hi. I'm newbie on slick.
I made a slick-based pc game. and I'm going to port it to android.
but I had problems that I can't use any java.awt features on android platform.
So I made own library for altering point, rectangle, and so on. (I used slick's color rather than awt's color)
but how can I use truetype fonts?
since I'm living in non-english country, it's important to use my home language in my game.
I think AngelCodeFont is not alternation. maybe it will make a huge pile of bitmap font.
somebody can help about this situation?
thanks.
|