Can't disable font anti-aliasing - Embedded Qt 4.6.2 on ARM
-
I'm able to disable font anti-aliasing when I run my Qt 4.6.2 app on Ubuntu, using the standard Qt Creator property settings for the QLabel (Font Antialiasing to NoAntialias). But when I cross-compile for ARM and run on-device, I see anti-aliasing. I must be missing a Qt configuration command, or an environment variable for FreeType (running freetype 6.3.16).
The font is a proprietary TrueType font. But I get the same results with the built-in fonts, like Vera.ttf.
The device is monochrome. I'm drawing in black. I just want anti-aliasing off. Any ideas?
Thanks.