Removed mipmap support from Font graphics objects

This commit is contained in:
Alex Szpakowski
2013-02-19 14:21:01 -04:00
parent 5bf78f891d
commit d9736ab3ab
4 changed files with 2 additions and 138 deletions
-11
View File
@@ -129,9 +129,6 @@ public:
void setFilter(const Image::Filter &f);
const Image::Filter &getFilter();
void setMipmapSharpness(float sharpness);
float getMipmapSharpness() const;
// Implements Volatile.
bool loadVolatile();
void unloadVolatile();
@@ -204,14 +201,6 @@ private:
int texture_x, texture_y;
int rowHeight;
// Mipmap texture LOD bias value
float mipmapsharpness;
// Implementation-dependent maximum/minimum mipmap sharpness values
float maxmipmapsharpness;
void checkMipmapsCreated() const;
bool initializeTexture(GLint format);
void createTexture();
Glyph *addGlyph(unsigned int glyph);