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

[text] DrawText() function outputs blurry #1111

Closed
HenningCode opened this issue Feb 24, 2020 · 2 comments
Closed

[text] DrawText() function outputs blurry #1111

HenningCode opened this issue Feb 24, 2020 · 2 comments

Comments

@HenningCode
Copy link

Hello again..

Today I updated via brew to raylib 2.6.0 and now the DrawText() function outputs really blurry Text. It wasn't like this with raylib 2.5.0.
Bildschirmfoto 2020-02-24 um 22 15 09

Grettings

@raysan5
Copy link
Owner

raysan5 commented Feb 24, 2020

@HenningCode That could be related to HighDPI display... but you can just do:

SetTextureFilter(GetFontDefault().texture, FILTER_POINT);

@raysan5 raysan5 changed the title DrawText function outputs blurry [text] DrawText() function outputs blurry Feb 25, 2020
@HenningCode
Copy link
Author

Solved. That did the trick.

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

No branches or pull requests

2 participants