Moved more Font code out of the FreeType implementation files.

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