MicroEJ MicroVG library low level API: implementation over FreeType.
More...
#include "microvg_configuration.h"
#include <LLVG_FONT_impl.h>
#include <LLVG_PAINTER_impl.h>
Go to the source code of this file.
|
jint | LLVG_FONT_IMPL_load_font (jchar *font_name, jboolean complex_layout) |
|
jfloat | LLVG_FONT_IMPL_string_width (jchar *text, jint faceHandle, jfloat size, jfloat letterSpacing) |
|
jfloat | LLVG_FONT_IMPL_string_height (jchar *text, jint faceHandle, jfloat size) |
|
jfloat | LLVG_FONT_IMPL_get_baseline_position (jint faceHandle, jfloat size) |
|
jfloat | LLVG_FONT_IMPL_get_height (jint faceHandle, jfloat size) |
|
void | LLVG_FONT_IMPL_dispose (jint faceHandle) |
|
bool | LLVG_FONT_IMPL_has_complex_layouter (void) |
|
MicroEJ MicroVG library low level API: implementation over FreeType.
- Author
- MicroEJ Developer Team
- Version
- 5.0.0
Definition in file LLVG_FONT_stub.c.