#include <ft2build.h>
Go to the source code of this file.
Defines | |
#define | FT_ADVANCE_FLAG_FAST_ONLY 0x20000000UL |
Functions | |
FT_Get_Advance (FT_Face face, FT_UInt gindex, FT_Int32 load_flags, FT_Fixed *padvance) | |
FT_Get_Advances (FT_Face face, FT_UInt start, FT_UInt count, FT_Int32 load_flags, FT_Fixed *padvances) |
#define FT_ADVANCE_FLAG_FAST_ONLY 0x20000000UL |
Definition at line 70 of file ftadvanc.c.
References _ft_face_scale_advances(), error, FT_ERROR_BASE, FT_Get_Advances(), func(), and LOAD_ADVANCE_FAST_CHECK.
Referenced by af_latin2_metrics_check_digits(), and af_latin_metrics_check_digits().
FT_Get_Advances | ( | FT_Face | face, | |
FT_UInt | start, | |||
FT_UInt | count, | |||
FT_Int32 | load_flags, | |||
FT_Fixed * | padvances | |||
) |
Definition at line 105 of file ftadvanc.c.
References _ft_face_scale_advances(), error, FT_ADVANCE_FLAG_FAST_ONLY, FT_ERROR_BASE, FT_LOAD_ADVANCE_ONLY, FT_Load_Glyph(), FT_LOAD_VERTICAL_LAYOUT, func(), if(), LOAD_ADVANCE_FAST_CHECK, and num.
Referenced by FT_Get_Advance().