summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2017-04-23 13:57:37 +0200
committerWerner Lemberg <wl@gnu.org>2017-04-23 13:57:37 +0200
commit7fa5743ae67ec1e61e03f2bb86b0a662910261b8 (patch)
treee369bd5ff52c4807f4a5e2320dc6b710c2dd1124 /include
parent5412d8869b4b4c2df1c96298dc8d47b08cdb61b3 (diff)
downloadfreetype2-7fa5743ae67ec1e61e03f2bb86b0a662910261b8.tar.gz
freetype.h: Avoid non-ASCII character (#50858).
Diffstat (limited to 'include')
-rw-r--r--include/freetype/freetype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 21e2d3131..47e1af26f 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -3150,7 +3150,7 @@ FT_BEGIN_HEADER
/* this does not translate to 50% brightness for that pixel on our */
/* sRGB and gamma~2.2 screens. Due to their non-linearity, they */
/* dwell longer in the darks and only a pixel value of about 186 */
- /* results in 50% brightness – 128 ends up too dark on both bright */
+ /* results in 50% brightness -- 128 ends up too dark on both bright */
/* and dark backgrounds. The net result is that dark text looks */
/* burnt-out, pixely and blotchy on bright background, bright text */
/* too frail on dark backgrounds, and colored text on colored */