|
|
|
@ -693,6 +693,30 @@ |
|
|
|
|
#define FT_LCD_FILTER_H <freetype/ftlcdfil.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|
* |
|
|
|
|
* @macro: |
|
|
|
|
* FT_UNPATENTED_HINTING_H |
|
|
|
|
* |
|
|
|
|
* @description: |
|
|
|
|
* A macro used in #include statements to name the file containing the |
|
|
|
|
* FreeType 2 API which performs color filtering for subpixel rendering. |
|
|
|
|
*/ |
|
|
|
|
#define FT_UNPATENTED_HINTING_H <freetype/ttunpat.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|
* |
|
|
|
|
* @macro: |
|
|
|
|
* FT_INCREMENTAL_H |
|
|
|
|
* |
|
|
|
|
* @description: |
|
|
|
|
* A macro used in #include statements to name the file containing the |
|
|
|
|
* FreeType 2 API which performs color filtering for subpixel rendering. |
|
|
|
|
*/ |
|
|
|
|
#define FT_INCREMENTAL_H <freetype/ftincrem.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|
* |
|
|
|
|
* @macro: |
|
|
|
|