summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings_func.h')
-rw-r--r--src/strings_func.h7
1 files changed, 7 insertions, 0 deletions
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);
};