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 c1405d0f6..24d8ed2bb 100644 --- a/src/lib/font.h +++ b/src/lib/font.h @@ -47,6 +47,11 @@ public: , _file (file) {} + Font (std::string id, dcp::ArrayData data) + : _id (id) + , _data (data) + {} + void as_xml (xmlpp::Node* node); std::string id () const { |
