Slightly reduced the memory usage of Fonts / Rasterizers created using the default font.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-16 04:19:07 -04:00
parent fb79788d74
commit 24cb934fa6
7 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ public:
virtual Rasterizer *newRasterizer(love::filesystem::FileData *data) = 0;
virtual Rasterizer *newTrueTypeRasterizer(int size);
virtual Rasterizer *newTrueTypeRasterizer(love::filesystem::FileData *data, int size) = 0;
virtual Rasterizer *newTrueTypeRasterizer(love::Data *data, int size) = 0;
virtual Rasterizer *newBMFontRasterizer(love::filesystem::FileData *fontdef, const std::vector<image::ImageData *> &images);