diff options
Diffstat (limited to 'src/lib/font.h')
| -rw-r--r-- | src/lib/font.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/font.h b/src/lib/font.h index ed3ecc38f..a6bf61e34 100644 --- a/src/lib/font.h +++ b/src/lib/font.h @@ -41,6 +41,11 @@ public: explicit Font (cxml::NodePtr node); + Font (std::string id, boost::filesystem::path file) + : _id (id) + , _file (file) + {} + void as_xml (xmlpp::Node* node); std::string id () const { |
