diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-06-11 22:58:50 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-06-11 22:58:50 +0000 |
commit | 170c2994edd9537000790e5fe989030af35ce3c5 (patch) | |
tree | 18973ecc163a7567bf34711c3424b11b51c2dd6e /docs | |
parent | ca3fe5ba103c1a06af569a8214c531e124b733df (diff) | |
download | pango-170c2994edd9537000790e5fe989030af35ce3c5.tar.gz |
Bug 440588 – Add pango_font_face_is_synthesized()
2007-06-11 Behdad Esfahbod <behdad@gnome.org>
Bug 440588 – Add pango_font_face_is_synthesized()
* pango/pango-font.h:
* pango/fonts.c:
New PangoFontFace method is_synthesized.
New public API:
pango_font_face_is_synthesized()
* pango/pangofc-fontmap.c (pango_fc_face_is_synthesized):
Implement new method.
* docs/pango-sections.txt:
* docs/tmpl/fonts.sgml:
* pango/pango.def:
Update.
svn path=/trunk/; revision=2342
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 | ||||
-rw-r--r-- | docs/tmpl/fonts.sgml | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 4623cbf0..e4247991 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -236,6 +236,7 @@ PANGO_IS_FONT_FACE pango_font_face_get_face_name pango_font_face_list_sizes pango_font_face_describe +pango_font_face_is_synthesized <SUBSECTION> PangoFontMap PANGO_TYPE_FONT_MAP diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml index 3253dc99..0dff0479 100644 --- a/docs/tmpl/fonts.sgml +++ b/docs/tmpl/fonts.sgml @@ -773,6 +773,15 @@ Returns %TRUE if @object is a #PangoFontFace. @Returns: +<!-- ##### FUNCTION pango_font_face_is_synthesized ##### --> +<para> + +</para> + +@face: +@Returns: + + <!-- ##### STRUCT PangoFontMap ##### --> <para> The #PangoFontMap represents the set of fonts available for a |