Fixing font rendering bugs, harfbuzz still doesn't work right

This commit is contained in:
MattTuttle
2014-07-31 17:16:59 -05:00
parent 200e953641
commit 4503100713
8 changed files with 253 additions and 167 deletions

View File

@@ -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: