Silenced some compiler warnings

This commit is contained in:
Alex Szpakowski
2013-02-09 21:24:41 -04:00
parent ef8bdb96bd
commit 668a1bfa6d
5 changed files with 15 additions and 8 deletions
+5
View File
@@ -83,6 +83,11 @@ int GlyphData::getWidth() const
return metrics.width;
}
unsigned int GlyphData::getGlyph() const
{
return glyph;
}
int GlyphData::getAdvance() const
{
return metrics.advance;
+5
View File
@@ -73,6 +73,11 @@ public:
**/
virtual int getWidth() const;
/**
* Gets the glyph itself.
**/
unsigned int getGlyph() const;
/**
* Gets the advance (the space the glyph takes up) of the glyph.
**/