summaryrefslogtreecommitdiff
path: root/src/lib/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/font.h')
-rw-r--r--src/lib/font.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/font.h b/src/lib/font.h
index b9e90f65e..0afd873e1 100644
--- a/src/lib/font.h
+++ b/src/lib/font.h
@@ -85,6 +85,10 @@ public:
boost::optional<boost::filesystem::path> file;
};
+ Content content() const {
+ return _content;
+ }
+
boost::signals2::signal<void()> Changed;
private: