Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Typedefs | Enumerations | Functions
ftlcdfil.h File Reference
#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 Documentation

◆ FT_LcdFilter

Enumeration Type Documentation

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

Function Documentation

◆ FT_Library_SetLcdFilter()

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_SetLcdFilterWeights ( FT_Library  library,
unsigned char *  weights 
)

Definition at line 355 of file ftlcdfil.c.

References FT_EXPORT_DEF, FT_THROW(), and FT_UNUSED.