summaryrefslogtreecommitdiff
path: root/test/font-options.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-09-16 17:04:38 -0700
committerCarl Worth <cworth@cworth.org>2008-09-18 07:56:43 -0700
commit1b42bc8033bc4682c9688086c08ca3ad306a2ae8 (patch)
treeeac1560981d3ef5831695139cbd81f8d4820a47e /test/font-options.c
parent0ab14a6b218097721535e1d6d9b3341b7336bb70 (diff)
downloadcairo-1b42bc8033bc4682c9688086c08ca3ad306a2ae8.tar.gz
Make the lcd_filter API private
During the cairo summit it was decided that this API is to freetype- specific to be in the general cairo interface for now. This will likely come back again soon as a cairo_ft-specific interface.
Diffstat (limited to 'test/font-options.c')
-rw-r--r--test/font-options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/font-options.c b/test/font-options.c
index 90c7441b6..fd61a73e6 100644
--- a/test/font-options.c
+++ b/test/font-options.c
@@ -70,10 +70,6 @@ main (void)
cairo_font_options_get_subpixel_order (NULL);
assert (cairo_font_options_get_subpixel_order (default_options) == CAIRO_SUBPIXEL_ORDER_DEFAULT);
- cairo_font_options_set_lcd_filter (NULL, CAIRO_LCD_FILTER_DEFAULT);
- cairo_font_options_get_lcd_filter (NULL);
- assert (cairo_font_options_get_lcd_filter (default_options) == CAIRO_LCD_FILTER_DEFAULT);
-
cairo_font_options_set_hint_style (NULL, CAIRO_HINT_STYLE_DEFAULT);
cairo_font_options_get_hint_style (NULL);
assert (cairo_font_options_get_hint_style (default_options) == CAIRO_HINT_STYLE_DEFAULT);