Don't ignore font settings for DCP subtitles (#2074).
[dcpomatic.git] / src / lib / font.h
index ed3ecc38f3075498d2051545a38df5ab4c2382fb..a6bf61e340c445c25970e620c15ac1d489b7efa4 100644 (file)
@@ -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 {