ReactOS 0.4.16-dev-522-gb68104a
|
#include "afglobal.h"
#include "afranges.h"
#include "afshaper.h"
#include "afwrtsys.h"
#include "aferrors.h"
#include "afpic.h"
#include "afscript.h"
#include "afstyles.h"
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT trace_afglobal |
#define | WRITING_SYSTEM(ws, WS) /* empty */ |
#define | SCRIPT(s, S, d, h, H, ss) |
#define | STYLE(s, S, d, ws, sc, ss, c) |
#define | WRITING_SYSTEM(ws, WS) &af_ ## ws ## _writing_system_class, |
#define | SCRIPT(s, S, d, h, H, ss) &af_ ## s ## _script_class, |
#define | STYLE(s, S, d, ws, sc, ss, c) &af_ ## s ## _style_class, |
Functions | |
static FT_Error | af_face_globals_compute_style_coverage (AF_FaceGlobals globals) |
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_StyleMetrics *ametrics) | |
af_face_globals_is_digit (AF_FaceGlobals globals, FT_UInt gindex) | |
Variables | |
af_writing_system_classes [] | |
af_script_classes [] | |
af_style_classes [] | |
#define FT_COMPONENT trace_afglobal |
Definition at line 32 of file afglobal.c.
Definition at line 87 of file afglobal.c.
Definition at line 87 of file afglobal.c.
Definition at line 101 of file afglobal.c.
Definition at line 101 of file afglobal.c.
Definition at line 73 of file afglobal.c.
Definition at line 73 of file afglobal.c.
|
static |
Definition at line 135 of file afglobal.c.
Referenced by af_face_globals_new().
af_face_globals_free | ( | AF_FaceGlobals | globals | ) |
Definition at line 387 of file afglobal.c.
Referenced by af_face_globals_new(), af_loader_reset(), and af_property_get_face_globals().
af_face_globals_get_metrics | ( | AF_FaceGlobals | globals, |
FT_UInt | gindex, | ||
FT_UInt | options, | ||
AF_StyleMetrics * | ametrics | ||
) |
Definition at line 425 of file afglobal.c.
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, | ||
AF_Module | module | ||
) |
Definition at line 336 of file afglobal.c.
Referenced by af_loader_reset(), and af_property_get_face_globals().
af_script_classes[] |
Definition at line 91 of file afglobal.c.
af_style_classes[] |
Definition at line 105 of file afglobal.c.
af_writing_system_classes[] |
Definition at line 77 of file afglobal.c.