diff options
author | Carl Worth <cworth@cworth.org> | 2008-09-16 17:04:38 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-09-18 07:56:43 -0700 |
commit | 1b42bc8033bc4682c9688086c08ca3ad306a2ae8 (patch) | |
tree | eac1560981d3ef5831695139cbd81f8d4820a47e /doc | |
parent | 0ab14a6b218097721535e1d6d9b3341b7336bb70 (diff) |
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 'doc')
-rw-r--r-- | doc/public/tmpl/cairo-font-options.sgml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/public/tmpl/cairo-font-options.sgml b/doc/public/tmpl/cairo-font-options.sgml index 62a6b309..501abf41 100644 --- a/doc/public/tmpl/cairo-font-options.sgml +++ b/doc/public/tmpl/cairo-font-options.sgml @@ -137,35 +137,6 @@ output on a particular display. @Returns: -<!-- ##### ENUM cairo_lcd_filter_t ##### --> -<para> - -</para> - -@CAIRO_LCD_FILTER_DEFAULT: -@CAIRO_LCD_FILTER_NONE: -@CAIRO_LCD_FILTER_INTRA_PIXEL: -@CAIRO_LCD_FILTER_FIR3: -@CAIRO_LCD_FILTER_FIR5: - -<!-- ##### FUNCTION cairo_font_options_set_lcd_filter ##### --> -<para> - -</para> - -@options: -@lcd_filter: - - -<!-- ##### FUNCTION cairo_font_options_get_lcd_filter ##### --> -<para> - -</para> - -@options: -@Returns: - - <!-- ##### ENUM cairo_hint_style_t ##### --> <para> |