Basic release notes support (#2282).
[dcpomatic.git] / src / lib / text_content.h
index f46b6c6d0068733a1a17973fd6def36d5deab53f..7c060cd482afb76fa3bdd152bb8dd178c4d2350f 100644 (file)
@@ -76,6 +76,7 @@ public:
        std::string identifier () const;
        void take_settings_from (std::shared_ptr<const TextContent> c);
 
+       void clear_fonts ();
        void add_font (std::shared_ptr<dcpomatic::Font> font);
        std::shared_ptr<dcpomatic::Font> get_font(std::string id) const;
 
@@ -205,6 +206,7 @@ private:
 
        void font_changed ();
        void connect_to_fonts ();
+       std::shared_ptr<dcpomatic::Font> get_font_unlocked(std::string id) const;
 
        std::list<boost::signals2::connection> _font_connections;