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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strings_func.h b/src/strings_func.h
index d0fbde495..26ca56fbd 100644
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -275,8 +275,9 @@ public:
* Set the right font names.
* @param settings The settings to modify.
* @param font_name The new font name.
+ * @param os_data Opaque pointer to OS-specific data.
*/
- virtual void SetFontNames(struct FreeTypeSettings *settings, const char *font_name) = 0;
+ virtual void SetFontNames(struct FreeTypeSettings *settings, const char *font_name, const void *os_data = nullptr) = 0;
bool FindMissingGlyphs(const char **str);
};