ector/software: Update the PIXEL_BIT to 8 for better quality.

This commit is contained in:
Subhransu Mohanty 2015-06-25 18:51:41 +09:00 committed by ChunEon Park
parent 9a01ab5dd7
commit 4f2ad23585
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ typedef struct SW_FT_Outline_Funcs_
/* must be at least 6 bits! */
#define PIXEL_BITS 5
#define PIXEL_BITS 8
#undef FLOOR
#undef CEILING