Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Classes | |
struct | AF_FaceGlobalsRec_ |
Macros | |
#define | AF_SCRIPT_FALLBACK 2 |
#define | AF_SCRIPT_NONE 0x7F |
#define | AF_DIGIT 0x80 |
#define | AF_PROP_INCREASE_X_HEIGHT_MIN 6 |
#define | AF_PROP_INCREASE_X_HEIGHT_MAX 0 |
Typedefs | |
typedef struct AF_FaceGlobalsRec_ | AF_FaceGlobalsRec |
Functions | |
af_face_globals_new (FT_Face face, AF_FaceGlobals *aglobals, AF_Module module) | |
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) | |
#define AF_DIGIT 0x80 |
Definition at line 41 of file afglobal.h.
Referenced by af_face_globals_is_digit().
#define AF_PROP_INCREASE_X_HEIGHT_MAX 0 |
Definition at line 45 of file afglobal.h.
#define AF_PROP_INCREASE_X_HEIGHT_MIN 6 |
Definition at line 44 of file afglobal.h.
#define AF_SCRIPT_FALLBACK 2 |
Definition at line 37 of file afglobal.h.
Referenced by af_autofitter_init().
#define AF_SCRIPT_NONE 0x7F |
Definition at line 39 of file afglobal.h.
Referenced by af_face_globals_get_metrics().
typedef struct AF_FaceGlobalsRec_ AF_FaceGlobalsRec |
af_face_globals_free | ( | AF_FaceGlobals | globals | ) |
Definition at line 195 of file afglobal.c.
References AF_SCRIPT_CLASSES_GET, AF_SCRIPT_MAX, FT_ASSERT, FT_FREE, FT_LOCAL_DEF, and NULL.
Referenced by af_loader_reset(), and af_property_get_face_globals().
af_face_globals_get_metrics | ( | AF_FaceGlobals | globals, |
FT_UInt | gindex, | ||
FT_UInt | options, | ||
AF_ScriptMetrics * | ametrics | ||
) |
Definition at line 229 of file afglobal.c.
References AF_SCRIPT_CLASSES_GET, AF_SCRIPT_NONE, AF_ScriptMetricsRec_::clazz, error, FT_ALLOC, FT_Bool, FT_Err_Ok, FT_FREE, FT_LOCAL_DEF, FT_THROW(), AF_ScriptMetricsRec_::globals, and NULL.
Referenced by af_loader_load_glyph().
af_face_globals_is_digit | ( | AF_FaceGlobals | globals, |
FT_UInt | gindex | ||
) |
Definition at line 294 of file afglobal.c.
af_face_globals_new | ( | FT_Face | face, |
AF_FaceGlobals * | aglobals, | ||
AF_Module | module | ||
) |
Definition at line 159 of file afglobal.c.
References error, AF_FaceGlobalsRec_::face, FT_ALLOC, AF_FaceGlobalsRec_::glyph_count, AF_FaceGlobalsRec_::glyph_scripts, AF_FaceGlobalsRec_::module, NULL, and sizeof().
Referenced by af_loader_reset(), and af_property_get_face_globals().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.