tomaka / glium_text

Text rendering with glium
48 stars 35 forks source link

Quality of rendered text is very bad #2

Closed Benjamin-L closed 9 years ago

Benjamin-L commented 9 years ago

When I run the hello_world example the rendered text looks really bad (at least on my computer). Here is a screenshot:

Screenshot

I have very little familiarity with freetype so I don't really know how to fix this.

tomaka commented 9 years ago

It's the same for me. I wrote this crate to get quick text rendering on the screen. Its code was copy-pasted from a C++ library that I wrote a few years ago that was also meant for quick-and-dirty text rendering.

There are many issues with this library, however to fix them I'd need to dive in freetype again, which I haven't done in years.