summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-11-26 18:59:24 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-11-26 18:59:24 +0000
commit1170903eb4010f837197c71d2817b9933b3f9ef4 (patch)
treede005c3821d2381cc9ffa05b458d5c4188ae39ec /pango/pangoft2.c
parentf6d133b07c741d9422de7aa1a89e33c348264172 (diff)
downloadpango-1170903eb4010f837197c71d2817b9933b3f9ef4.tar.gz
Documentation.
* pango/pangoft2.c (pango_ft2_font_get_coverage): Documentation. * modules/basic/basic-ft2.c (basic_engine_get_coverage): Use pango_font_get_coverage().
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r--pango/pangoft2.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index e7616abb..9823c61f 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -593,6 +593,14 @@ pango_ft2_get_shaper_map (PangoLanguage *language)
return pango_find_map (language, engine_type_id, render_type_id);
}
+/**
+ * pango_ft2_font_get_coverage:
+ * @font: a #PangoFT2Font.
+ * @language: a language tag.
+ * @returns: a #PangoCoverage.
+ *
+ * Should not be called directly, use pango_font_get_coverage() instead.
+ **/
PangoCoverage *
pango_ft2_font_get_coverage (PangoFont *font,
PangoLanguage *language)