Basic pass-through of font information when using DCP subtitles.
[dcpomatic.git] / src / lib / player.h
index 5d2273a44018c04e50605fd71179f31176240f52..9a1e8cc23b1e8bb6eb32df6971da113f91d3c580 100644 (file)
@@ -89,6 +89,7 @@ public:
        std::list<boost::shared_ptr<PlayerVideo> > get_video (DCPTime time, bool accurate);
        boost::shared_ptr<AudioBuffers> get_audio (DCPTime time, DCPTime length, bool accurate);
        PlayerSubtitles get_subtitles (DCPTime time, DCPTime length, bool starting);
+       std::list<boost::shared_ptr<Font> > get_subtitle_fonts ();
 
        void set_video_container_size (dcp::Size);
        void set_approximate_size ();