MicroEJ MicroVG library low level API: implementation over FreeType.
More...
Go to the source code of this file.
|
typedef jint(* | VG_FREETYPE_draw_glyph_t) (VG_PATH_HEADER_t *path, jfloat *matrix, uint32_t color, bool fill_rule_even_odd, void *user_data) |
|
|
void | VG_FREETYPE_initialize (void) |
|
jfloat | VG_FREETYPE_string_width (jchar *text, jint length, jint face_handle, jfloat size, jfloat letter_spacing) |
|
jint | VG_FREETYPE_draw_string (VG_FREETYPE_draw_glyph_t drawer, const jchar *text, jint length, jint face_handle, jfloat size, const jfloat *matrix, uint32_t color, jfloat letter_spacing, jfloat radius, jint direction, void *user_data) |
|
jint | VG_FREETYPE_IMPL_convert_color (jint color) |
|
MicroEJ MicroVG library low level API: implementation over FreeType.
- Author
- MicroEJ Developer Team
- Version
- 7.0.0
Definition in file vg_freetype.h.