|
ReactOS 0.4.16-dev-2358-g0df3463
|
#include <freetype/freetype.h>#include <freetype/ftadvanc.h>#include "afglobal.h"#include "aftypes.h"#include "afshaper.h"

Go to the source code of this file.
Functions | |
| 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 *advance, FT_Long *y_offset) |
Definition at line 591 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 600 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 609 of file afshaper.c.
Referenced by af_latin_metrics_check_digits(), af_latin_metrics_init_blues(), and af_latin_metrics_init_widths().
| FT_Error af_shaper_get_coverage | ( | AF_FaceGlobals | globals, |
| AF_StyleClass | style_class, | ||
| FT_UShort * | gstyles, | ||
| FT_Bool | default_script | ||
| ) |
Definition at line 576 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 * | advance, | ||
| FT_Long * | y_offset | ||
| ) |
Definition at line 645 of file afshaper.c.
Referenced by af_latin_metrics_check_digits(), af_latin_metrics_init_blues(), and af_latin_metrics_init_widths().