plug leaks in lime.text.Font

This commit is contained in:
James Gray
2015-09-21 16:10:39 -05:00
parent 23a665fa91
commit 208f1ca8f0
2 changed files with 30 additions and 9 deletions

View File

@@ -62,7 +62,9 @@ namespace lime {
int RenderGlyphs (value indices, Bytes *bytes);
void SetSize (size_t size);
void* library;
void* face;
void* faceMemory;
private: