X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Frender_text.h;h=99b4391db7393346166c605b029cee58767e37cb;hb=2b39c4d68f321f5e9a6579df8c6e82cae838482e;hp=f9c35005ebb84ef37415303a293947bba598f294;hpb=0e4a58abdc78f84478031acdc0acb95f5cb9a2a6;p=dcpomatic.git diff --git a/src/lib/render_text.h b/src/lib/render_text.h index f9c35005e..99b4391db 100644 --- a/src/lib/render_text.h +++ b/src/lib/render_text.h @@ -20,12 +20,12 @@ #include "position_image.h" #include "dcpomatic_time.h" -#include "plain_text.h" +#include "string_text.h" #include class Font; -std::string marked_up (std::list subtitles, int target_height, float fade_factor); +std::string marked_up (std::list<StringText> subtitles, int target_height, float fade_factor); std::list<PositionImage> render_text ( - std::list<PlainText>, std::list<boost::shared_ptr<Font> > fonts, dcp::Size, DCPTime, int + std::list<StringText>, std::list<boost::shared_ptr<Font> > fonts, dcp::Size, DCPTime, int );