What steps will reproduce the problem?
Typeface face = Typeface.defaultFromStyle(Typeface.NORMAL);
Font font = new Font(face);
Texture fontTexture = font.createTexture("Test Text");
TextSprite text = new TextSprite(20, 100, 12, 20);
text.setTexture(fontTexture);
add(text);
What is the expected output?
Test Text
What do you see instead?
nothing at all
What version of Rokon are you using?
2-0-3
On which version of Android are you experiencing this?
2.2
Please provide any additional information below.
i dont know what to do further with this code .. i am totally stuck
Original issue reported on code.google.com by javed.us...@gmail.com on 1 Feb 2011 at 1:48
Original issue reported on code.google.com by
javed.us...@gmail.com
on 1 Feb 2011 at 1:48