diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-12-10 20:57:06 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-12-10 20:57:06 +0000 |
commit | ed0d24ca568e4201545fdc79706554de1d41c404 (patch) | |
tree | ee97b851ce81d29cc12f9b8b2e9f4fbb6824d1a8 /pango/pangocairo-fontmap.c | |
parent | 3d03fdbfe443cfea53a51def8275f200d4aa0617 (diff) | |
download | pango-ed0d24ca568e4201545fdc79706554de1d41c404.tar.gz |
Improve pango_cairo_font_map_get_default() docs.
2007-12-10 Behdad Esfahbod <behdad@gnome.org>
* pango/pangocairo-fontmap.c: Improve
pango_cairo_font_map_get_default() docs.
svn path=/trunk/; revision=2521
Diffstat (limited to 'pango/pangocairo-fontmap.c')
-rw-r--r-- | pango/pangocairo-fontmap.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c index 796ac460..cb7dd9d8 100644 --- a/pango/pangocairo-fontmap.c +++ b/pango/pangocairo-fontmap.c @@ -149,7 +149,12 @@ pango_cairo_font_map_new_for_font_type (cairo_font_type_t fonttype) /** * pango_cairo_font_map_get_default: * - * Gets a default font map to use with Cairo. + * Gets a default #PangoCairoFontMap to use with Cairo. + * + * Note that the type of the returned object will depend + * on the particular font backend Cairo was compiled to use; + * You generally should only use the #PangoFontMap and + * #PangoCairoFontMap interfaces on the returned object. * * Return value: the default Cairo fontmap for #Pango. This * object is owned by Pango and must not be freed. |