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

Improve font rendering in example #1

Closed
karl-zylinski opened this issue Sep 2, 2024 · 1 comment
Closed

Improve font rendering in example #1

karl-zylinski opened this issue Sep 2, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@karl-zylinski
Copy link
Owner

The font rendering in the example look a bit sad right now.

Look into:

  • Font resolution: Check how it matches between what is generated and how we draw in the example. What looks good?
  • Try with both a pixel font and a high res font -- high res fonts might be hard to fit in small atlas sizes
  • Premultiplied alpha -- should we just premultiply the atlas on load perhaps?
@karl-zylinski karl-zylinski added the help wanted Extra attention is needed label Sep 18, 2024
@karl-zylinski
Copy link
Owner Author

Since I got rid of raylib the fonts are no longer alpha masked, which makes them look better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant