summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2020-10-30 08:27:55 +0100
committerWerner Lemberg <wl@gnu.org>2020-10-30 08:29:38 +0100
commite9a7015ec876bc79a345af03bb756a0980345498 (patch)
tree64195e6457e0200bd8e76d122f0ebd7d313c44e2
parent101e62a286bd2b5a90d7d0fc07ee35cd32775212 (diff)
downloadfreetype2-e9a7015ec876bc79a345af03bb756a0980345498.tar.gz
Avoid non-ASCII character in public header file.
-rw-r--r--include/freetype/ftimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h
index 4b5e3b402..4199bb784 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