summaryrefslogtreecommitdiff
path: root/src/lib/font_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/font_config.h')
-rw-r--r--src/lib/font_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/font_config.h b/src/lib/font_config.h
index 7527d9127..6dadbae8a 100644
--- a/src/lib/font_config.h
+++ b/src/lib/font_config.h
@@ -32,6 +32,7 @@ public:
static FontConfig* instance();
std::string make_font_available(boost::filesystem::path font_file);
+ boost::optional<boost::filesystem::path> system_font_with_name(std::string name);
private:
FontConfig();