summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-08 16:54:58 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-08 16:54:58 +0000
commitb312191e48c2ea8f0894c4077af69f1aff6c195c (patch)
tree45ec615937865495ee979edaaa2ca4557fdb21fc /pango/fonts.c
parentcc74b40a0c5f3bf467c4766696d6a2ccdf1237db (diff)
parent6b21f287d49a8df8ee8981cf9d00a29aed754561 (diff)
downloadpango-b312191e48c2ea8f0894c4077af69f1aff6c195c.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
docs: Some clarifications See merge request GNOME/pango!392
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index cd30811c..45d05b38 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -2115,8 +2115,8 @@ pango_font_metrics_get_descent (PangoFontMetrics *metrics)
*
* Gets the line height from a font metrics structure.
*
- * The line height is the distance between successive baselines
- * in wrapped text.
+ * The line height is the recommended distance between successive
+ * baselines in wrapped text using this font.
*
* If the line height is not available, 0 is returned.
*