X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Frender_text.h;h=7187ca30b5c0c28ea2a9d9ff5ddcbd1fc43dde3a;hb=0877bf6d06de8e6f768534ec40c26bf629618a20;hp=0a8e97bc964ba220757844950d88a64663dbc3d7;hpb=9cb73fbc0fa4643612f01665bc6d9fc430656f32;p=dcpomatic.git diff --git a/src/lib/render_text.h b/src/lib/render_text.h index 0a8e97bc9..7187ca30b 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 "text_caption.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 );