-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Why are the default glyphs such bad quality? #8428
Comments
You'd need to change this in your copy of ImGui: Lines 2422 to 2472 in 74afea0
|
@nicolasnoble I see. What about the triangle? |
Lines 3273 to 3316 in 74afea0
|
The triangle is used during rendering of thick lines. It doesn’t need to be bigger. If you have a rendering issue please submit the rendering issue with all requested informations. Right now you are merely suggesting an issue and theorizing that the triangle has something to do with it.
What’s your actual problem? You seem to be asking about mouse cursors that you don’t use? |
Details:
This is an image of the font atlas that's built at startup. No matter which font I load the default glyphs, by which I mean the cursor stuff and the triangle are small and not antialiased:
Is there any way to make a bigger version of these? Especially the triangle as it's very visible when drawing antialiased lines:
The text was updated successfully, but these errors were encountered: