Fix high cpu usage in TextLayout

This commit is contained in:
vroad
2015-06-03 22:28:18 +09:00
parent 0e8991b2f3
commit 21b84a5b3b
2 changed files with 13 additions and 5 deletions

View File

@@ -19,7 +19,6 @@ namespace lime {
} GlyphPosition;
class TextLayout {
@@ -35,6 +34,8 @@ namespace lime {
private:
Font *mFont;
void *mHBFont;
void *mBuffer;
long mDirection;
long mScript;