From ddb5482ab08475d54df0d21f6eeaa628bdd5aad5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 8 Aug 2021 12:33:26 -0400 Subject: docs: Some clarifications Add some more detail around baseline-to-baseline distances. --- pango/fonts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pango/fonts.c') 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. * -- cgit v1.2.1