[pango/kill-ft-face] fixup! Deprecate FT_Face getters



commit c167d76b731a56ef0f5d4cc027efa1848123e2c4
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jul 4 14:25:59 2019 +0000

    fixup! Deprecate FT_Face getters
    
    Fix typos, add detail.

 pango/pangofc-font.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/pango/pangofc-font.c b/pango/pangofc-font.c
index da609b4d..1ad08401 100644
--- a/pango/pangofc-font.c
+++ b/pango/pangofc-font.c
@@ -578,7 +578,7 @@ pango_fc_font_real_get_glyph (PangoFcFont *font,
  * Return value: the FreeType <type>FT_Face</type> associated with @font.
  *
  * Since: 1.4
- * Deprecated: 1.44: Use pango_font_geT_hb_font() instead
+ * Deprecated: 1.44: Use pango_font_get_hb_font() instead
  **/
 FT_Face
 pango_fc_font_lock_face (PangoFcFont *font)
@@ -596,7 +596,7 @@ pango_fc_font_lock_face (PangoFcFont *font)
  * pango_fc_font_lock_face().
  *
  * Since: 1.4
- * Deprecated: 1.44: Use pango_font_geT_hb_font() instead
+ * Deprecated: 1.44: Use pango_font_get_hb_font() instead
  **/
 void
 pango_fc_font_unlock_face (PangoFcFont *font)
@@ -706,8 +706,11 @@ _pango_fc_font_shutdown (PangoFcFont *font)
  * @font: a #PangoFcFont
  * @glyphs: a #PangoGlyphString
  *
- * Adjust each adjacent pair of glyphs in @glyphs according to
- * kerning information in @font.
+ * This function used to adjust each adjacent pair of glyphs
+ * in @glyphs according to kerning information in @font.
+ *
+ * Since 1.44, it does nothing.
+ *
  *
  * Since: 1.4
  * Deprecated: 1.32


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]