summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-10-26 21:41:05 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-10-26 21:41:05 +0000
commitcbd8db20b5d28310a6ac564a2b4fa1acd04fcbe2 (patch)
treea32f1572a5836bd419d040daf623788ea4aa0cdc /pango/pangoft2.c
parentf846ecca56933276c1a2262a2b5c55b62d2e4e07 (diff)
downloadpango-cbd8db20b5d28310a6ac564a2b4fa1acd04fcbe2.tar.gz
Documentation updates.
* pango/fonts.c, pango/pangoft2.c, pango/pangowin32.c, pango/pangoxft-font.c, pango/pangox-fontmap.c, pango/pangoft2-fontmap.c, pango/pangoxft-fontmap.c, pango/pangowin32-fontmap.c, docs/pango-sections.txt, docs/tmpl/coverage-maps.sgml, docs/tmpl/fonts.sgml, docs/tmpl/freetype-fonts.sgml, docs/tmpl/glyphs.sgml, docs/tmpl/layout.sgml, docs/tmpl/main.sgml, docs/tmpl/modules.sgml, docs/tmpl/tab-stops.sgml, docs/tmpl/text-attributes.sgml, docs/tmpl/win32-fonts.sgml: Documentation updates.
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r--pango/pangoft2.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index a831fc42..ea1653ad 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -709,6 +709,15 @@ pango_ft2_n_subfonts (PangoFont *font)
return ft2font->n_fonts;
}
+/**
+ * pango_ft2_get_coverage:
+ * @font: a #PangoFT2Font.
+ * @language: the language to compute the coverage for.
+ *
+ * Computes the coverage of @language by @font.
+ *
+ * Returns: a newly-allocated #PangoCoverage.
+ **/
PangoCoverage *
pango_ft2_get_coverage (PangoFont *font,
PangoLanguage *language)