diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-28 21:14:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-28 21:14:28 +0000 |
commit | a6d6171d26c953a04f9f98d3366fafd9920b9ed2 (patch) | |
tree | d6841dd6d90d57133d1a1ece342602caa306bb1f /pango/pangoxft-font.c | |
parent | cb0cef6b3f741c579337a8388ccc8548cc03408f (diff) | |
download | pango-a6d6171d26c953a04f9f98d3366fafd9920b9ed2.tar.gz |
Mark 1.2 API additions, fix some doc comments.
* pango/pangoxft-fontmap.c:
* pango/pangoxft-font.c:
* pango/pangowin32.c:
* pango/pangoft2-fontmap.c: Mark 1.2 API additions, fix some
doc comments.
* pango/pangoft2-fontmap.c
(pango_ft2_font_map_set_default_substitute): Implement this
function. (#99850)
Diffstat (limited to 'pango/pangoxft-font.c')
-rw-r--r-- | pango/pangoxft-font.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pango/pangoxft-font.c b/pango/pangoxft-font.c index 47eb2ec9..f2d799d0 100644 --- a/pango/pangoxft-font.c +++ b/pango/pangoxft-font.c @@ -794,6 +794,8 @@ pango_xft_font_get_unknown_glyph (PangoFont *font, * pango_xft_font_unlock_face(). * * Returns: the FreeType FT_Face associated with @font. + * + * Since: 1.2 **/ FT_Face pango_xft_font_lock_face (PangoFont *font) @@ -813,6 +815,8 @@ pango_xft_font_lock_face (PangoFont *font) * * Releases a font previously obtained with * pango_xft_font_lock_face(). + * + * Since: 1.2 **/ void pango_xft_font_unlock_face (PangoFont *font) @@ -837,6 +841,8 @@ pango_xft_font_unlock_face (PangoFont *font) * * Return value: the glyph index, or 0, if the unicode * codepoint doesn't exist in the font. + * + * Since: 1.2 **/ guint pango_xft_font_get_glyph (PangoFont *font, @@ -859,6 +865,8 @@ pango_xft_font_get_glyph (PangoFont *font, * Determines whether @font has a glyph for the codepoint @wc. * * Return value: %TRUE if @font has the requested codepoint. + * + * Since: 1.2 **/ gboolean pango_xft_font_has_char (PangoFont *font, |