Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "afglobal.h"
#include "afdummy.h"
#include "aflatin.h"
#include "afcjk.h"
#include "afindic.h"
#include "afpic.h"
#include "aferrors.h"
Go to the source code of this file.
Functions | |
af_face_globals_new (FT_Face face, AF_FaceGlobals *aglobals, AF_Module module) | |
af_face_globals_free (AF_FaceGlobals globals) | |
af_face_globals_get_metrics (AF_FaceGlobals globals, FT_UInt gindex, FT_UInt options, AF_ScriptMetrics *ametrics) | |
af_face_globals_is_digit (AF_FaceGlobals globals, FT_UInt gindex) | |
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.