Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / render_subtitles.h
index d83dc119a0d0a27de01e69eb6e9c957e098d5759..22e5885ddec9f923e3b17abfce8a8e6a097ce1a7 100644 (file)
 
 */
 
+#include "position_image.h"
 #include <dcp/subtitle_string.h>
 #include <dcp/util.h>
-#include "position_image.h"
 
-PositionImage render_subtitles (std::list<dcp::SubtitleString>, dcp::Size);
+class Font;
+
+std::list<PositionImage> render_subtitles (std::list<dcp::SubtitleString>, std::list<boost::shared_ptr<Font> > fonts, dcp::Size);