Pass fonts from content around as FontData.
[dcpomatic.git] / src / lib / string_text_file_decoder.h
index 0c1d31deb1661f78508a6a056b2fb0218642ce33..c57f40d24a7f5c8352f2dc7c6c31338b1bcf4dc7 100644 (file)
@@ -34,6 +34,8 @@ public:
        void seek (dcpomatic::ContentTime time, bool accurate);
        bool pass ();
 
+       std::vector<dcpomatic::FontData> fonts () const;
+
 private:
        dcpomatic::ContentTimePeriod content_time_period (sub::Subtitle s) const;