Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <freetype/freetype.h>
#include <freetype/ftparams.h>
Go to the source code of this file.
Macros | |
#define | FT_LCD_FILTER_FIVE_TAPS 5 |
Typedefs | |
typedef FT_BEGIN_HEADER enum FT_LcdFilter_ | FT_LcdFilter |
typedef FT_Byte | FT_LcdFiveTapFilter[FT_LCD_FILTER_FIVE_TAPS] |
Enumerations | |
enum | FT_LcdFilter_ { FT_LCD_FILTER_NONE = 0 , FT_LCD_FILTER_DEFAULT = 1 , FT_LCD_FILTER_LIGHT = 2 , FT_LCD_FILTER_LEGACY1 = 3 , FT_LCD_FILTER_LEGACY = 16 , FT_LCD_FILTER_MAX } |
Functions | |
FT_Library_SetLcdFilter (FT_Library library, FT_LcdFilter filter) | |
FT_Library_SetLcdFilterWeights (FT_Library library, unsigned char *weights) | |
FT_Library_SetLcdGeometry (FT_Library library, FT_Vector sub[3]) | |
#define FT_LCD_FILTER_FIVE_TAPS 5 |
Definition at line 263 of file ftlcdfil.h.
typedef FT_BEGIN_HEADER enum FT_LcdFilter_ FT_LcdFilter |
typedef FT_Byte FT_LcdFiveTapFilter[FT_LCD_FILTER_FIVE_TAPS] |
Definition at line 265 of file ftlcdfil.h.
enum FT_LcdFilter_ |
Enumerator | |
---|---|
FT_LCD_FILTER_NONE | |
FT_LCD_FILTER_DEFAULT | |
FT_LCD_FILTER_LIGHT | |
FT_LCD_FILTER_LEGACY1 | |
FT_LCD_FILTER_LEGACY | |
FT_LCD_FILTER_MAX |
Definition at line 159 of file ftlcdfil.h.
FT_Library_SetLcdFilter | ( | FT_Library | library, |
FT_LcdFilter | filter ) |
FT_Library_SetLcdFilterWeights | ( | FT_Library | library, |
unsigned char * | weights ) |
FT_Library_SetLcdGeometry | ( | FT_Library | library, |
FT_Vector | sub[3] ) |