forked from minhngoc25a/freetype2
Avoid non-ASCII character in public header file.
This commit is contained in:
parent
101e62a286
commit
e9a7015ec8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue