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

sfont.glFont draws text at wrong x position #55

Closed
tung opened this issue Jul 22, 2010 · 1 comment
Closed

sfont.glFont draws text at wrong x position #55

tung opened this issue Jul 22, 2010 · 1 comment
Labels

Comments

@tung
Copy link
Owner

tung commented Jul 22, 2010

Using the write() function of sfont.glFont causes text to be drawn at double the x that it should.

@tung
Copy link
Owner Author

tung commented Jul 22, 2010

Fix x position of text with glFont. Closed by f25ee6a.

  • x translation already happens in the text drawing loop, since
    glTranslate can't be used between glBegin and glEnd.

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

No branches or pull requests

1 participant