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
ftadvanc.c File Reference
#include <ft2build.h>

Go to the source code of this file.

Macros

#define LOAD_ADVANCE_FAST_CHECK(flags)
 

Functions

 FT_Get_Advance (FT_Face face, FT_UInt gindex, FT_Int32 flags, FT_Fixed *padvance)
 
 FT_Get_Advances (FT_Face face, FT_UInt start, FT_UInt count, FT_Int32 flags, FT_Fixed *padvances)
 

Macro Definition Documentation

◆ LOAD_ADVANCE_FAST_CHECK

#define LOAD_ADVANCE_FAST_CHECK (   flags)
Value:
#define FT_LOAD_NO_HINTING
Definition: freetype.h:2550
#define FT_LOAD_NO_SCALE
Definition: freetype.h:2549
GLbitfield flags
#define FT_LOAD_TARGET_MODE(x)
Definition: freetype.h:2655

Definition at line 64 of file ftadvanc.c.

Referenced by FT_Get_Advance(), and FT_Get_Advances().

Function Documentation

◆ FT_Get_Advance()

FT_Get_Advance ( FT_Face  face,
FT_UInt  gindex,
FT_Int32  flags,
FT_Fixed padvance 
)

◆ FT_Get_Advances()

FT_Get_Advances ( FT_Face  face,
FT_UInt  start,
FT_UInt  count,
FT_Int32  flags,
FT_Fixed padvances 
)

Definition at line 107 of file ftadvanc.c.

References error, FT_Err_Ok, FT_THROW(), if(), and LOAD_ADVANCE_FAST_CHECK.