25#include FT_PARAMETER_TAGS_H
28#error "freetype.h of FreeType 1 has been loaded!"
29#error "Please fix the directory search order for header files"
30#error "so that freetype.h of FreeType 2 is found first."
252 unsigned char *weights );
268#define FT_LCD_FILTER_FIVE_TAPS 5
#define FT_EXPORT(x)
Definition ftconfig.h:481
FT_LcdFilter_
Definition ftlcdfil.h:162
@ FT_LCD_FILTER_LIGHT
Definition ftlcdfil.h:165
@ FT_LCD_FILTER_LEGACY1
Definition ftlcdfil.h:166
@ FT_LCD_FILTER_MAX
Definition ftlcdfil.h:169
@ FT_LCD_FILTER_LEGACY
Definition ftlcdfil.h:167
@ FT_LCD_FILTER_DEFAULT
Definition ftlcdfil.h:164
@ FT_LCD_FILTER_NONE
Definition ftlcdfil.h:163
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
Definition ftlcdfil.h:268
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]
Definition ftlcdfil.h:270
unsigned char FT_Byte
Definition fttypes.h:154
int FT_Error
Definition fttypes.h:299