summaryrefslogtreecommitdiff
path: root/rsFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsFont.h')
-rw-r--r--rsFont.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/rsFont.h b/rsFont.h
index 8d1556dd..e1a957ae 100644
--- a/rsFont.h
+++ b/rsFont.h
@@ -79,9 +79,6 @@ protected:
// Values below contain a glyph's origin in the bitmap
FT_Int mBitmapLeft;
FT_Int mBitmapTop;
- // Hold on to the bitmap in case cache is invalidated
- FT_Bitmap mBitmap;
- bool mBitmapValid;
};
String8 mFontName;
@@ -156,6 +153,7 @@ protected:
// Free type library, we only need one copy
FT_Library mLibrary;
+ FT_Library getLib();
Vector<Font*> mActiveFonts;
// Render state for the font