Fixing font rendering bugs, harfbuzz still doesn't work right
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define LIME_GRAPHICS_TEXT_H
|
||||
|
||||
|
||||
#include <hx/CFFI.h>
|
||||
#include <hb.h>
|
||||
|
||||
|
||||
@@ -19,7 +20,7 @@ namespace lime {
|
||||
Text (hb_tag_t direction, const char *script, const char *language);
|
||||
~Text ();
|
||||
|
||||
void fromString (Font *font, const char *text);
|
||||
value FromString (Font *font, size_t size, const char *text);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user