From 8e10aad3ab4f28d3ff99e04f352d561089d6f8f9 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 17 Dec 2023 20:54:56 +0800 Subject: [PATCH] ; * src/sfnt.c: Fix typos. --- src/sfnt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sfnt.c b/src/sfnt.c index 441c810bd76..208d0139022 100644 --- a/src/sfnt.c +++ b/src/sfnt.c @@ -4637,8 +4637,8 @@ sfnt_raster_glyph_outline (struct sfnt_glyph_outline *outline) generating at length an array of scanlines, in which each is represented by a list of steps. Each step holds an X coordinate and a coverage value, which contributes to the coverage of each - pixel within the scanline leftwards or equal to the pixel with its - X coordinate within. + pixel within the scanline rightwards or equal to the pixel with its + X coordinate. Such a coverage value can be positive or negative; when the winding direction of the span it derives from is positive, so is the -- 2.39.2