From 4e1c4f90794eac4d63a08da41e75427950a50929 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 19 Nov 2011 21:02:37 +0000 Subject: (svn r23267) -Codechange: unify the font name setting of the font cache --- src/strings_func.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/strings_func.h') diff --git a/src/strings_func.h b/src/strings_func.h index a95b316e2..d1916fe7e 100644 --- a/src/strings_func.h +++ b/src/strings_func.h @@ -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); }; -- cgit v1.2.3-54-g00ecf