Hi together
It seems vFlib and its Freetype library are not maintained anymore and i think the library is too big for what i need it. Is there an alternative to render a "clean" text without vFlib and its freetype font features?
I can live with the current JUCE text rendering if the text is BOLD, but it looks a bit blurry if i use the normal font style. The components itself look good with some cheating (using floating numbers for positions to avoid the mix of blurry rounded corners and clean straight lines).
Is it possible to use OpenGL and render the GUI 2 or 4 times bigger and let the graphic card scale it down with some hardware accelerated high quality resampling? Does juce offer a feature like this out of the box?
Think this would be the way to go, especially if we do not want use images for the GUI design anymore.
Any ideas are welcome.