Fix font handling for DCP subtitles.
[dcpomatic.git] / src / lib / font.h
index c1405d0f61c81d1695c95bca5d72009f87f63e43..24d8ed2bb93103027795c838a3b800ad1668b5c0 100644 (file)
@@ -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 {