https://bugzilla.novell.com/show_bug.cgi?id=259718 ------- Comment #11 from mfabian@novell.com 2007-04-03 11:51 MST ------- Created an attachment (id=128689) --> (https://bugzilla.novell.com/attachment.cgi?id=128689&action=view) freetype2-subpixel-available-p.c A small demo program to test whether the freetype2 library was compiled with or without subpixel rendering. Compile with: gcc -g -O0 -Wall -o freetype2-subpixel-available-p freetype2-subpixel-available-p.c $(shell pkg-config --cflags freetype2) $(shell pkg-config --libs freetype2) Prints mfabian@magellan:~/c$ ./freetype2-subpixel-available-p subpixel rendering available mfabian@magellan:~/c$ or mfabian@magellan:~/c$ ./freetype2-subpixel-available-p subpixel rendering not available mfabian@magellan:~/c$ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.