Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stuck with text / drawing a string #176

Open
GoogleCodeExporter opened this issue May 1, 2015 · 0 comments
Open

stuck with text / drawing a string #176

GoogleCodeExporter opened this issue May 1, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant