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."
188 typedef enum FT_LcdFilter_
190 FT_LCD_FILTER_NONE = 0,
191 FT_LCD_FILTER_DEFAULT = 1,
192 FT_LCD_FILTER_LIGHT = 2,
193 FT_LCD_FILTER_LEGACY1 = 3,
194 FT_LCD_FILTER_LEGACY = 16,
239 FT_EXPORT( FT_Error )
240 FT_Library_SetLcdFilter( FT_Library library,
241 FT_LcdFilter filter );
274 FT_EXPORT( FT_Error )
275 FT_Library_SetLcdFilterWeights( FT_Library library,
276 unsigned char *weights );