diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
commit | 6d08bcab0d2821365a2ffd955cbbb07270565664 (patch) | |
tree | 6bffdc716a62ea60c0db7ed08d7f5a0d205302f1 /pango/pangoft2.c | |
parent | bb5c4c8497157afddcb5ced7e16c5dad4e893a03 (diff) | |
download | pango-6d08bcab0d2821365a2ffd955cbbb07270565664.tar.gz |
Bug 685167 - migrate docs to no-tmpl flavour
Patch from Rafał Mużyło.
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r-- | pango/pangoft2.c | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c index dc6db5da..3ada81c9 100644 --- a/pango/pangoft2.c +++ b/pango/pangoft2.c @@ -20,6 +20,14 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:freetype-fonts + * @short_description:Functions for shape engines to manipulate FreeType fonts + * @title:FreeType Fonts and Rendering + * + * The macros and functions in this section are used to access fonts and render + * text to bitmaps using the FreeType 2 library. + */ #include "config.h" #include <string.h> @@ -467,12 +475,13 @@ pango_ft2_font_finalize (GObject *object) /** * pango_ft2_font_get_coverage: - * @font: a #PangoFT2Font. + * @font: a <type>PangoFT2Font</type>. * @language: a language tag. - * @returns: a #PangoCoverage. * - * Gets the #PangoCoverage for a #PangoFT2Font. Use + * Gets the #PangoCoverage for a <type>PangoFT2Font</type>. Use * pango_font_get_coverage() instead. + * + * Return value: a #PangoCoverage. **/ PangoCoverage * pango_ft2_font_get_coverage (PangoFont *font, |