From 70af9e68514accd63ec9ce8fee0344e1eefe04ee Mon Sep 17 00:00:00 2001 From: Nis Martensen Date: Sun, 4 Mar 2012 15:36:34 +0100 Subject: [PATCH] doc/ft-font: add reference to cairo_ft_synthesize_t Signed-off-by: Uli Schlachter --- src/cairo-ft-font.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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