: Only white on black and black on white seems to render correctly. Am I : doing something wrong?
Again, make sure you're running the git code, as many changes have been made recently with anti aliased drawing. (These use the drawarea_alphacol entry point, versus drawarea_msb_first for no-anti aliasing). Of course, you'll also make sure you have the MWFT_ANTIALIAS flag set using GrSetFontAttr(). : : Compiling with SCREEN_PIXTYPE = MWPF_TRUECOLOR0888. Actually, this only sets the MWPIXELVAL typedef. The actual framebuffer drawing subdriver that is used depends on the specific fb geometry. From your posted results, you're running the fblin24.c driver (which implements alpha blending for freetype 2 using alpha col) BTW, if you send me the source to your demo program, I'll add it as a test program to our tree :) The latest git code is also pushed as microwindows-src-snapshot.tar.gz on the website. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: nanogui-unsubscr...@linuxhacker.org For additional commands, e-mail: nanogui-h...@linuxhacker.org