add comment

This commit is contained in:
Werner Lemberg 2006-12-19 14:34:07 +00:00
parent 4755bf7a82
commit eeaa6497c3
1 changed files with 2 additions and 0 deletions

View File

@ -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 };