diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2004-06-21 18:39:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-06-21 18:39:14 +0000 |
commit | b247ac6629605fa106178aee55ff1a8407e9ce0b (patch) | |
tree | 6d0dce9e7d5364642e4dec47148573732d5a1da2 /pango/pangoft2.c | |
parent | de7871cdd4847fc2ccca73ac61f9ec21d333d2ab (diff) | |
download | pango-b247ac6629605fa106178aee55ff1a8407e9ce0b.tar.gz |
*** empty log message ***
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r-- | pango/pangoft2.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c index 53601cac..3963299e 100644 --- a/pango/pangoft2.c +++ b/pango/pangoft2.c @@ -184,7 +184,9 @@ set_transform (PangoFT2Font *ft2font) * Returns the native FreeType2 FT_Face structure used for this PangoFont. * This may be useful if you want to use FreeType2 functions directly. * - * Use pango_fc_font_get_face() instead. + * Use pango_fc_font_lock_face() instead; when you are done with a + * face from pango_fc_font_lock_face() you must call + * pango_fc_font_unlock_face(). * * Return value: a pointer to a #FT_Face structure, with the size set correctly **/ |