ReactOS 0.4.16-dev-1019-g2c2cdfd
|
#include "afglobal.h"
#include "afranges.h"
#include "afshaper.h"
#include "afwrtsys.h"
#include "aferrors.h"
#include "afscript.h"
#include "afstyles.h"
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT 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 afglobal |
Definition at line 32 of file afglobal.c.
Definition at line 84 of file afglobal.c.
Definition at line 84 of file afglobal.c.
Definition at line 98 of file afglobal.c.
Definition at line 98 of file afglobal.c.
Definition at line 70 of file afglobal.c.
Definition at line 70 of file afglobal.c.
|
static |
Definition at line 130 of file afglobal.c.
Referenced by af_face_globals_new().
af_face_globals_free | ( | AF_FaceGlobals | globals | ) |
Definition at line 382 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 420 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 331 of file afglobal.c.
Referenced by af_loader_reset(), and af_property_get_face_globals().
af_script_classes[] |
Definition at line 88 of file afglobal.c.
Referenced by af_face_globals_compute_style_coverage(), af_latin_hint_edges(), af_latin_hints_compute_edges(), and af_latin_metrics_init_widths().
af_style_classes[] |
Definition at line 102 of file afglobal.c.
Referenced by af_face_globals_compute_style_coverage(), af_face_globals_free(), af_face_globals_get_metrics(), af_property_get(), and af_property_set().
af_writing_system_classes[] |
Definition at line 74 of file afglobal.c.
Referenced by af_face_globals_free(), af_face_globals_get_metrics(), af_loader_embolden_glyph_in_slot(), and af_loader_load_glyph().