summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNis Martensen <nis.martensen@web.de>2012-03-04 15:36:34 +0100
committerUli Schlachter <psychon@znc.in>2012-03-10 10:20:29 +0100
commit70af9e68514accd63ec9ce8fee0344e1eefe04ee (patch)
treebfddaa39f6ed69565a73b114a4192cdb520ec546 /src
parentf22ecd3568ec8e0f0be2549e688f12d79f6053e0 (diff)
doc/ft-font: add reference to cairo_ft_synthesize_t
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src')
-rw-r--r--src/cairo-ft-font.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c
index 32a587098..70e4a9e41 100644
--- a/src/cairo-ft-font.c
+++ b/src/cairo-ft-font.c
@@ -3265,7 +3265,7 @@ cairo_ft_font_face_create_for_ft_face (FT_Face face,
*
* FreeType provides the ability to synthesize different glyphs from a base
* font, which is useful if you lack those glyphs from a true bold or oblique
- * font.
+ * font. See also #cairo_ft_synthesize_t.
*
* Since: 1.12
**/
@@ -3308,6 +3308,8 @@ cairo_ft_font_face_unset_synthesize (cairo_font_face_t *font_face,
* cairo_ft_font_face_get_synthesize:
* @font_face: The #cairo_ft_font_face_t object to query
*
+ * See #cairo_ft_synthesize_t.
+ *
* Returns: the current set of synthesis options.
*
* Since: 1.12