(svn r23267) -Codechange: unify the font name setting of the font cache

This commit is contained in:
rubidium
2011-11-19 21:02:37 +00:00
parent 02bff061f8
commit 4e1c4f9079
3 changed files with 21 additions and 17 deletions

View File

@@ -222,6 +222,13 @@ public:
*/
virtual void Reset() = 0;
/**
* Set the right font names.
* @param settings The settings to modify.
* @param font_name The new font name.
*/
virtual void SetFontNames(struct FreeTypeSettings *settings, const char *font_name) = 0;
bool FindMissingGlyphs(const char **str);
};