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]
Macros | Functions
ftgasp.h File Reference
#include <ft2build.h>

Go to the source code of this file.

Macros

#define FT_GASP_NO_TABLE   -1
 
#define FT_GASP_DO_GRIDFIT   0x01
 
#define FT_GASP_DO_GRAY   0x02
 
#define FT_GASP_SYMMETRIC_SMOOTHING   0x08
 
#define FT_GASP_SYMMETRIC_GRIDFIT   0x10
 

Functions

 FT_Get_Gasp (FT_Face face, FT_UInt ppem)
 

Macro Definition Documentation

◆ FT_GASP_DO_GRAY

#define FT_GASP_DO_GRAY   0x02

Definition at line 94 of file ftgasp.h.

◆ FT_GASP_DO_GRIDFIT

#define FT_GASP_DO_GRIDFIT   0x01

Definition at line 93 of file ftgasp.h.

◆ FT_GASP_NO_TABLE

#define FT_GASP_NO_TABLE   -1

Definition at line 92 of file ftgasp.h.

Referenced by FT_Get_Gasp().

◆ FT_GASP_SYMMETRIC_GRIDFIT

#define FT_GASP_SYMMETRIC_GRIDFIT   0x10

Definition at line 96 of file ftgasp.h.

◆ FT_GASP_SYMMETRIC_SMOOTHING

#define FT_GASP_SYMMETRIC_SMOOTHING   0x08

Definition at line 95 of file ftgasp.h.

Function Documentation

◆ FT_Get_Gasp()

FT_Get_Gasp ( FT_Face  face,
FT_UInt  ppem 
)