ReactOS 0.4.16-dev-106-g10b08aa
|
#include "aftypes.h"
#include "afmodule.h"
#include "afshaper.h"
#include "afscript.h"
#include "afstyles.h"
Go to the source code of this file.
Classes | |
struct | AF_FaceGlobalsRec_ |
Macros | |
#define | SCRIPT(s, S, d, h, H, ss) AF_DECLARE_SCRIPT_CLASS( af_ ## s ## _script_class ) |
#define | STYLE(s, S, d, ws, sc, ss, c) AF_DECLARE_STYLE_CLASS( af_ ## s ## _style_class ) |
#define | AF_STYLE_FALLBACK AF_STYLE_NONE_DFLT |
#define | AF_SCRIPT_DEFAULT AF_SCRIPT_LATN |
#define | AF_STYLE_MASK 0x3FFF |
#define | AF_STYLE_UNASSIGNED AF_STYLE_MASK |
#define | AF_DIGIT 0x8000U |
#define | AF_NONBASE 0x4000U |
#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_StyleMetrics *ametrics) | |
af_face_globals_free (AF_FaceGlobals globals) | |
af_face_globals_is_digit (AF_FaceGlobals globals, FT_UInt gindex) | |
Variables | |
FT_BEGIN_HEADER | af_writing_system_classes [] |
af_script_classes [] | |
af_style_classes [] | |
#define AF_DIGIT 0x8000U |
Definition at line 82 of file afglobal.h.
#define AF_NONBASE 0x4000U |
Definition at line 84 of file afglobal.h.
#define AF_PROP_INCREASE_X_HEIGHT_MAX 0 |
Definition at line 88 of file afglobal.h.
#define AF_PROP_INCREASE_X_HEIGHT_MIN 6 |
Definition at line 87 of file afglobal.h.
#define AF_SCRIPT_DEFAULT AF_SCRIPT_LATN |
Definition at line 74 of file afglobal.h.
#define AF_STYLE_FALLBACK AF_STYLE_NONE_DFLT |
Definition at line 71 of file afglobal.h.
#define AF_STYLE_MASK 0x3FFF |
Definition at line 77 of file afglobal.h.
#define AF_STYLE_UNASSIGNED AF_STYLE_MASK |
Definition at line 79 of file afglobal.h.
Definition at line 37 of file afglobal.h.
Definition at line 47 of file afglobal.h.
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 43 of file afglobal.h.
af_style_classes[] |
Definition at line 53 of file afglobal.h.
FT_BEGIN_HEADER af_writing_system_classes[] |
Definition at line 33 of file afglobal.h.