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