Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
ftlcdfil.h File Reference
#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])
 

Macro Definition Documentation

◆ FT_LCD_FILTER_FIVE_TAPS

#define FT_LCD_FILTER_FIVE_TAPS   5

Definition at line 263 of file ftlcdfil.h.

Typedef Documentation

◆ FT_LcdFilter

◆ FT_LcdFiveTapFilter

typedef FT_Byte FT_LcdFiveTapFilter[FT_LCD_FILTER_FIVE_TAPS]

Definition at line 265 of file ftlcdfil.h.

Enumeration Type Documentation

◆ 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.

160 {
166
167 FT_LCD_FILTER_MAX /* do not remove */
168
169 } FT_LcdFilter;
@ FT_LCD_FILTER_LIGHT
Definition ftlcdfil.h:163
@ FT_LCD_FILTER_LEGACY1
Definition ftlcdfil.h:164
@ FT_LCD_FILTER_MAX
Definition ftlcdfil.h:167
@ FT_LCD_FILTER_LEGACY
Definition ftlcdfil.h:165
@ FT_LCD_FILTER_DEFAULT
Definition ftlcdfil.h:162
@ FT_LCD_FILTER_NONE
Definition ftlcdfil.h:161
FT_BEGIN_HEADER enum FT_LcdFilter_ FT_LcdFilter

Function Documentation

◆ FT_Library_SetLcdFilter()

FT_Library_SetLcdFilter ( FT_Library library,
FT_LcdFilter filter )

◆ FT_Library_SetLcdFilterWeights()

FT_Library_SetLcdFilterWeights ( FT_Library library,
unsigned char * weights )

◆ FT_Library_SetLcdGeometry()

FT_Library_SetLcdGeometry ( FT_Library library,
FT_Vector sub[3] )