diff options
author | Po Lu <luangruo@yahoo.com> | 2023-12-17 20:54:56 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2023-12-17 20:55:43 +0800 |
commit | 8e10aad3ab4f28d3ff99e04f352d561089d6f8f9 (patch) | |
tree | 56d0671088db3b5ab6904f0a0be744887e67a745 /src/sfnt.c | |
parent | 6f14fc5f3d4f6de489de3079f3dc3ff486b270c6 (diff) | |
download | emacs-8e10aad3ab4f28d3ff99e04f352d561089d6f8f9.tar.gz emacs-8e10aad3ab4f28d3ff99e04f352d561089d6f8f9.tar.bz2 emacs-8e10aad3ab4f28d3ff99e04f352d561089d6f8f9.zip |
; * src/sfnt.c: Fix typos.
Diffstat (limited to 'src/sfnt.c')
-rw-r--r-- | src/sfnt.c | 4 |
1 files 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 |