Renamed Font:hasGlyph to Font:hasGlyphs, and expanded it to accept multiple arguments and full strings. Resolves issue #762.

This commit is contained in:
Alex Szpakowski
2013-10-25 21:56:32 -03:00
parent b57256b3e5
commit 4e321697d3
8 changed files with 51 additions and 26 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ public:
float getBaseline() const;
bool hasGlyph(uint32 glyph) const;
bool hasGlyph(const std::string &text) const;
bool hasGlyphs(const std::string &text) const;
private: