summaryrefslogtreecommitdiff
path: root/test/text-antialias-subpixel.c
diff options
context:
space:
mode:
authorSylvain Pasche <sylvain.pasche@gmail.com>2008-08-05 13:52:13 +0200
committerBehdad Esfahbod <behdad@behdad.org>2008-08-05 16:30:37 -0400
commit65d017a4063242d221365371301e1aab5b3c6299 (patch)
tree02a09d546e254a2bc6760765818c4f20a9a745ac /test/text-antialias-subpixel.c
parent45ec5e77bb26b0f93b0b1e11bd3055e8c9611111 (diff)
downloadcairo-65d017a4063242d221365371301e1aab5b3c6299.tar.gz
Add tests for the new LCD filter API
Diffstat (limited to 'test/text-antialias-subpixel.c')
-rw-r--r--test/text-antialias-subpixel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/text-antialias-subpixel.c b/test/text-antialias-subpixel.c
index af0112a8f..440c3a3b9 100644
--- a/test/text-antialias-subpixel.c
+++ b/test/text-antialias-subpixel.c
@@ -57,6 +57,7 @@ draw (cairo_t *cr, int width, int height)
cairo_get_font_options (cr, font_options);
cairo_font_options_set_antialias (font_options, CAIRO_ANTIALIAS_SUBPIXEL);
cairo_font_options_set_subpixel_order (font_options, CAIRO_SUBPIXEL_ORDER_RGB);
+ cairo_font_options_set_lcd_filter (font_options, CAIRO_LCD_FILTER_NONE);
cairo_set_font_options (cr, font_options);
cairo_font_options_destroy (font_options);