X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Frender_text.h;h=d1c8c7aee9b357be8252f86ba26b7821af634b2a;hb=3c5a2f73afa9a3a5324b0345ffa9642ee474598d;hp=496967f31713dcf5b194df3ce27efba0892b7d8f;hpb=ae95d9cab28e414245e15ddeae20e96735594a8b;p=dcpomatic.git diff --git a/src/lib/render_text.h b/src/lib/render_text.h index 496967f31..d1c8c7aee 100644 --- a/src/lib/render_text.h +++ b/src/lib/render_text.h @@ -20,12 +20,14 @@ #include "position_image.h" #include "dcpomatic_time.h" -#include "plain_text.h" +#include "string_text.h" #include -class Font; +namespace dcpomatic { + class Font; +} -std::string marked_up (std::list subtitles, int target_height, float fade_factor); +std::string marked_up (std::list subtitles, int target_height, float fade_factor); std::list render_text ( - std::list, std::list > fonts, dcp::Size, DCPTime, int + std::list, std::list > fonts, dcp::Size, dcpomatic::DCPTime, int );