Improve support for combining characters in TextLayout

This commit is contained in:
Joshua Granick
2017-10-09 11:20:41 -07:00
parent e991ae1205
commit aae40a4189
3 changed files with 19 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ namespace lime {
typedef struct {
uint32_t codepoint;
uint32_t index;
float advanceX;
float advanceY;