From 2ae83b1773d439aaecd3f2a1c5a6b42edff26ed3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 23 Apr 2025 17:29:20 +0300 Subject: [PATCH] ; * src/w32dwrite.c (text_extents_internal): Fix typos in comments. (cherry picked from commit d3f1f4923f73db617a69ac5d26d08809f814a811) --- src/w32dwrite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/w32dwrite.c b/src/w32dwrite.c index 46f11f06d9f..08ccf3c82cc 100644 --- a/src/w32dwrite.c +++ b/src/w32dwrite.c @@ -768,8 +768,8 @@ convert_metrics_sz (int sz, float font_size, int units_per_em) } -/* It the caller does not need ascent/descent information, it should pass - need_ascent_descent = false. This is used to avoid the overhead of +/* If the caller does not need ascent/descent information, it should pass + NEED_ASCENT_DESCENT = false. This is used to avoid the overhead of calling GetGlyphRunOutline. */ static bool -- 2.39.5