ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <ft2build.h>
Go to the source code of this file.
Functions | |
FT_BEGIN_HEADER FT_Error | af_shaper_get_coverage (AF_FaceGlobals globals, AF_StyleClass style_class, FT_UShort *gstyles, FT_Bool default_script) |
void * | af_shaper_buf_create (FT_Face face) |
void | af_shaper_buf_destroy (FT_Face face, void *buf) |
const char * | af_shaper_get_cluster (const char *p, AF_StyleMetrics metrics, void *buf_, unsigned int *count) |
FT_ULong | af_shaper_get_elem (AF_StyleMetrics metrics, void *buf_, unsigned int idx, FT_Long *x_advance, FT_Long *y_offset) |
Definition at line 592 of file afshaper.c.
Referenced by af_latin_metrics_check_digits(), af_latin_metrics_init_blues(), and af_latin_metrics_init_widths().
Definition at line 606 of file afshaper.c.
Referenced by af_latin_metrics_check_digits(), af_latin_metrics_init_blues(), and af_latin_metrics_init_widths().
const char * af_shaper_get_cluster | ( | const char * | p, |
AF_StyleMetrics | metrics, | ||
void * | buf_, | ||
unsigned int * | count | ||
) |
Definition at line 617 of file afshaper.c.
Referenced by af_latin_metrics_check_digits(), af_latin_metrics_init_blues(), and af_latin_metrics_init_widths().
FT_BEGIN_HEADER FT_Error af_shaper_get_coverage | ( | AF_FaceGlobals | globals, |
AF_StyleClass | style_class, | ||
FT_UShort * | gstyles, | ||
FT_Bool | default_script | ||
) |
Definition at line 577 of file afshaper.c.
Referenced by af_face_globals_compute_style_coverage().
FT_ULong af_shaper_get_elem | ( | AF_StyleMetrics | metrics, |
void * | buf_, | ||
unsigned int | idx, | ||
FT_Long * | x_advance, | ||
FT_Long * | y_offset | ||
) |
Definition at line 653 of file afshaper.c.
Referenced by af_latin_metrics_check_digits(), af_latin_metrics_init_blues(), and af_latin_metrics_init_widths().