#include "aftypes.h"
Go to the source code of this file.
Typedefs | |
typedef typedefFT_BEGIN_HEADER struct AF_FaceGlobalsRec_ * | AF_FaceGlobals |
Functions | |
af_face_globals_new (FT_Face face, AF_FaceGlobals *aglobals) | |
af_face_globals_get_metrics (AF_FaceGlobals globals, FT_UInt gindex, FT_UInt options, AF_ScriptMetrics *ametrics) | |
af_face_globals_free (AF_FaceGlobals globals) | |
af_face_globals_is_digit (AF_FaceGlobals globals, FT_UInt gindex) |
typedef typedefFT_BEGIN_HEADER struct AF_FaceGlobalsRec_* AF_FaceGlobals |
Definition at line 43 of file afglobal.h.
af_face_globals_free | ( | AF_FaceGlobals | globals | ) |
Definition at line 212 of file afglobal.c.
References AF_SCRIPT_CLASSES_GET, AF_SCRIPT_MAX, FT_ASSERT, FT_FREE, if(), and NULL.
Referenced by af_face_globals_new(), and af_loader_reset().
af_face_globals_get_metrics | ( | AF_FaceGlobals | globals, | |
FT_UInt | gindex, | |||
FT_UInt | options, | |||
AF_ScriptMetrics * | ametrics | |||
) |
Definition at line 246 of file afglobal.c.
References AF_SCRIPT_CLASSES_GET, AF_SCRIPT_LIST_NONE, error, FT_ALLOC, FT_FREE, metrics(), and NULL.
Referenced by af_loader_load_glyph().
af_face_globals_is_digit | ( | AF_FaceGlobals | globals, | |
FT_UInt | gindex | |||
) |
af_face_globals_new | ( | FT_Face | face, | |
AF_FaceGlobals * | aglobals | |||
) |
Definition at line 181 of file afglobal.c.
References af_face_globals_compute_script_coverage(), af_face_globals_free(), error, AF_FaceGlobalsRec_::face, FT_ALLOC, NULL, FT_FaceRec_::num_glyphs, and sizeof().
Referenced by af_loader_reset().