-
Notifications
You must be signed in to change notification settings - Fork 32
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
Problem with text rendering in high resolution? #22
Comments
Will take a look. Pretzel is due for some sprucing up overall, this is a good place to start |
I wonder if it's just a a problem with TextureFont. i started testing out TextureFontApp and it seems to be similarly afflicted at smaller sizes. I posted some screenshots on: http://discourse.libcinder.org/t/pixalated-font-on-retina-display/435/5 Something like https://github.com/chaoticbob/Cinder-SdfText might give better results but I'm not sure it'd make sense to have this block depending that. |
A hacky solution might be to draw the type twice as large and draw it at 50% if that's the case. |
yeah if that'd fix it, it seems like something the TextureFont should be doing. i'll try to do some experimentation since i've got another feature i'm working on that needs to do some text rendering. |
Hi,
to this
Before and after screeshots's / |
I noticed that one of the samples have
settings->setHighDensityDisplayEnabled();
but one app has it commented out.Disabled:
Enabled:
Text seems equally blurry in both cases but in the enabled case it seems more desaturated.
Curious if you've any idea what's going on with it.
The text was updated successfully, but these errors were encountered: