You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 1 Feb 2011 at 1:48
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 Feb 2011 at 1:48The text was updated successfully, but these errors were encountered: