summaryrefslogtreecommitdiff
path: root/src/cairo-ft.h
diff options
context:
space:
mode:
authorNis Martensen <nis.martensen@web.de>2012-03-04 12:45:04 +0100
committerUli Schlachter <psychon@znc.in>2012-03-10 10:20:29 +0100
commit6d2582a22ab00f4f87966bb1f965c86d94c4f077 (patch)
tree4fb8f2ff531790c04e6880d97b0d18e3b602dd4f /src/cairo-ft.h
parent16d6b938c876065afb4a3b63a521b7d4d5ea17cf (diff)
downloadcairo-6d2582a22ab00f4f87966bb1f965c86d94c4f077.tar.gz
doc: move value descriptions up
to make gtk-doc happy Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src/cairo-ft.h')
-rw-r--r--src/cairo-ft.h7
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 {