From 7647290fbaa81e25875758597f7cbbeca19f80bc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 8 Oct 2021 23:31:24 +0200 Subject: Don't ignore font settings for DCP subtitles (#2074). --- src/lib/font.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/font.h') 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 { -- cgit v1.2.3