freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master e9a7015: Avoid non-ASCII character in public header f


From: Werner LEMBERG
Subject: [freetype2] master e9a7015: Avoid non-ASCII character in public header file.
Date: Fri, 30 Oct 2020 03:31:25 -0400 (EDT)

branch: master
commit e9a7015ec876bc79a345af03bb756a0980345498
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    Avoid non-ASCII character in public header file.
---
 include/freetype/ftimage.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h
index 4b5e3b4..4199bb7 100644
--- a/include/freetype/ftimage.h
+++ b/include/freetype/ftimage.h
@@ -855,7 +855,7 @@ FT_BEGIN_HEADER
    *   The coverage value is always between 0 and 255.  If you want less gray
    *   values, the callback function has to reduce them by scaling the
    *   outline four times and using bilevel monochrome renderer to then
-   *   average 16 pixels in each 4×4 box.
+   *   average 16~pixels in each 4-by-4 box.
    *
    *   The only correct way to blend colors is to convert the colors from
    *   sRGB to linear colorspace, then perform the weighted average, then



reply via email to

[Prev in Thread] Current Thread [Next in Thread]