Applied patch from issue #542 (texture filtering inconsistencies) in main LÖVE repository

This commit is contained in:
Alexander Szpakowski
2013-01-01 21:29:38 -04:00
parent a8dc813258
commit 1678252b7a
15 changed files with 315 additions and 204 deletions
+4 -1
View File
@@ -49,7 +49,7 @@ public:
*
* @param data The font data to construct from.
**/
Font(love::font::Rasterizer *r, const Image::Filter &filter = Image::Filter());
Font(love::font::Rasterizer *r, const Image::Filter &filter = Image::getDefaultFilter());
virtual ~Font();
@@ -125,6 +125,9 @@ public:
* Returns the spacing modifier.
**/
float getSpacing() const;
void setFilter(const Image::Filter &f);
Image::Filter getFilter();
// Implements Volatile.
bool loadVolatile();