23#include <freetype/freetype.h>
24#include <freetype/ftparams.h>
27#error "freetype.h of FreeType 1 has been loaded!"
28#error "Please fix the directory search order for header files"
29#error "so that freetype.h of FreeType 2 is found first."
247 unsigned char *weights );
263#define FT_LCD_FILTER_FIVE_TAPS 5
struct FT_LibraryRec_ * FT_Library
FT_Library_SetLcdFilter(FT_Library library, FT_LcdFilter filter)
FT_Library_SetLcdGeometry(FT_Library library, FT_Vector sub[3])
#define FT_LCD_FILTER_FIVE_TAPS
FT_Library_SetLcdFilterWeights(FT_Library library, unsigned char *weights)
FT_BEGIN_HEADER enum FT_LcdFilter_ FT_LcdFilter
FT_Byte FT_LcdFiveTapFilter[FT_LCD_FILTER_FIVE_TAPS]