Add add_fonts() to Piece.
[dcpomatic.git] / src / lib / piece.h
index deeecfa2f82ce7f77f5ecc7efc77634a48d03f98..31fbfc2568354f314a146dda4c2ccea5aeade3b7 100644 (file)
@@ -45,6 +45,8 @@ public:
        dcpomatic::ContentTime dcp_to_content_time (boost::shared_ptr<const Film> film, dcpomatic::DCPTime t) const;
        dcpomatic::DCPTime content_time_to_dcp (dcpomatic::ContentTime t) const;
 
+       void add_fonts (std::list<boost::shared_ptr<dcpomatic::Font> >& fonts) const;
+
 private:
        std::vector<boost::shared_ptr<Content> > _content;
        std::vector<boost::shared_ptr<Decoder> > _decoder;