On Wed, Sep 29, 2010 at 02:10:22PM +0200, m0n0 wrote:
When using monochrom glyphs with freetype under the
linux-SDL-framebuffer version (little endian), it also gives garbled
glyphs. So there must be an error in the framebuffer font-bitmap
processing.
Firstly, don't use monochrome rasterising with FreeType. It's actually
slower than anti-aliased rendering, because it has to do a second pass
for drop-out control.
Additionally, when reporting issues, please include information on what
versions of everything you are using, and what changes you have made
from that version. Otherwise we cannot help you.
B.