close #3869:fixed Font::setCurrentGlyphCollection not saved the settings

This commit is contained in:
Dhilan007 2014-01-27 13:53:57 +08:00
parent 710b614680
commit cb9330dfd6
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ void Font::setCurrentGlyphCollection(GlyphCollection glyphs, const char *customG
break;
}
_usedGlyphs = glyphs;
}
const char * Font::getCurrentGlyphCollection() const