forked from minhngoc25a/freetype2
add comment
This commit is contained in:
parent
4755bf7a82
commit
eeaa6497c3
|
@ -272,6 +272,8 @@
|
|||
{
|
||||
static const FT_Byte light_filter[5] =
|
||||
{ 0, 85, 86, 85, 0 };
|
||||
/* the values here sum up to a value larger than 256, */
|
||||
/* providing a cheap gamma correction */
|
||||
static const FT_Byte default_filter[5] =
|
||||
{ 0x10, 0x40, 0x70, 0x40, 0x10 };
|
||||
|
||||
|
|
Loading…
Reference in New Issue