diff options
-rw-r--r-- | src/cairo-ft.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/cairo-ft.h b/src/cairo-ft.h index 44344b7ac..29c43c965 100644 --- a/src/cairo-ft.h +++ b/src/cairo-ft.h @@ -58,6 +58,9 @@ cairo_ft_font_face_create_for_ft_face (FT_Face face, /** * cairo_ft_synthesize_t: + * @CAIRO_FT_SYNTHESIZE_BOLD: Embolden the glyphs (redraw with a pixel offset) + * @CAIRO_FT_SYNTHESIZE_OBLIQUE: Slant the glyph outline by 12 degrees to the + * right. * * A set of synthesis options to control how FreeType renders the glyphs * for a particular font face. @@ -70,10 +73,6 @@ cairo_ft_font_face_create_for_ft_face (FT_Face face, * Note: that when synthesizing glyphs, the font metrics returned will only * be estimates. * - * @CAIRO_FT_SYNTHESIZE_BOLD: Embolden the glyphs (redraw with a pixel offset) - * @CAIRO_FT_SYNTHESIZE_OBLIQUE: Slant the glyph outline by 12 degrees to the - * right. - * * Since: 1.12 **/ typedef enum { |