Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <ft2build.h>
Go to the source code of this file.
Typedefs | |
typedef FT_BEGIN_HEADER enum FT_LcdFilter_ | FT_LcdFilter |
Enumerations | |
enum | FT_LcdFilter_ { FT_LCD_FILTER_NONE = 0, FT_LCD_FILTER_DEFAULT = 1, FT_LCD_FILTER_LIGHT = 2, 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) | |
typedef FT_BEGIN_HEADER enum FT_LcdFilter_ FT_LcdFilter |
enum FT_LcdFilter_ |
Enumerator | |
---|---|
FT_LCD_FILTER_NONE | |
FT_LCD_FILTER_DEFAULT | |
FT_LCD_FILTER_LIGHT | |
FT_LCD_FILTER_LEGACY | |
FT_LCD_FILTER_MAX |
Definition at line 132 of file ftlcdfil.h.
FT_Library_SetLcdFilter | ( | FT_Library | library, |
FT_LcdFilter | filter | ||
) |
Definition at line 366 of file ftlcdfil.c.
References FT_THROW(), and FT_UNUSED.
FT_Library_SetLcdFilterWeights | ( | FT_Library | library, |
unsigned char * | weights | ||
) |
Definition at line 355 of file ftlcdfil.c.
References FT_EXPORT_DEF, FT_THROW(), and FT_UNUSED.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.