Rearrange subtitle font management.
[dcpomatic.git] / src / lib / text_content.h
index 66bedecf51007c9e030cf3f01d3261ecc5eb5dfa..f46b6c6d0068733a1a17973fd6def36d5deab53f 100644 (file)
@@ -77,6 +77,7 @@ public:
        void take_settings_from (std::shared_ptr<const TextContent> c);
 
        void add_font (std::shared_ptr<dcpomatic::Font> font);
+       std::shared_ptr<dcpomatic::Font> get_font(std::string id) const;
 
        void set_use (bool);
        void set_burn (bool);