diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-02-17 11:16:24 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-02-17 11:16:24 +0000 |
commit | 9c540e9bed0f97285962ee66df89229f06006415 (patch) | |
tree | cdc3daa8f9d11c019bdce063e9cebfd35cd48130 | |
parent | d68cb0fd0eb35b21d13efd5bc3374698c35f8e05 (diff) | |
download | pango-9c540e9bed0f97285962ee66df89229f06006415.tar.gz |
Improve docs.
2008-02-17 Behdad Esfahbod <behdad@gnome.org>
* pango/pango-layout.c: Improve docs.
svn path=/trunk/; revision=2568
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | pango/pango-layout.c | 5 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2008-02-17 Behdad Esfahbod <behdad@gnome.org> + + * pango/pango-layout.c: Improve docs. + 2008-02-15 Behdad Esfahbod <behdad@gnome.org> * pango/pango-layout.c: Improve docs. diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 6a38bf24..4a116f91 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -1156,6 +1156,11 @@ pango_layout_set_markup_with_accel (PangoLayout *layout, * glyphs for all characters in the layout text were found, or more * than zero otherwise. * + * This function can be used to determine if there are any fonts + * available to render all characters in a certain string, or when + * used in combination with %PANGO_ATTR_FALLBACK, to check if a + * certain font supports all the characters in the string. + * * Return value: The number of unknown glyphs in @layout. * * Since: 1.16 |