X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Frender_subtitles.h;h=22e5885ddec9f923e3b17abfce8a8e6a097ce1a7;hb=bdbe925a467f9b7149322ad8d1c090d4c1e6d5c3;hp=743339bafc80b109be05e25d5c04549176ea509f;hpb=1f8b45c7fd49714628009f5ed2161fbaa2b4d729;p=dcpomatic.git diff --git a/src/lib/render_subtitles.h b/src/lib/render_subtitles.h index 743339baf..22e5885dd 100644 --- a/src/lib/render_subtitles.h +++ b/src/lib/render_subtitles.h @@ -17,11 +17,10 @@ */ +#include "position_image.h" #include #include -#include "position.h" -class Image; +class Font; -void -render_subtitles (std::list, dcp::Size, boost::shared_ptr &, Position &); +std::list render_subtitles (std::list, std::list > fonts, dcp::Size);