X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Frender_text.h;h=7187ca30b5c0c28ea2a9d9ff5ddcbd1fc43dde3a;hb=f41818f14369f170475b7f2bde1a2dd856517b14;hp=99b4391db7393346166c605b029cee58767e37cb;hpb=df17bbd25da69fc38eb2dcd8b4a2531cf0bab0bc;p=dcpomatic.git diff --git a/src/lib/render_text.h b/src/lib/render_text.h index 99b4391db..7187ca30b 100644 --- a/src/lib/render_text.h +++ b/src/lib/render_text.h @@ -23,9 +23,11 @@ #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::list render_text ( - std::list, std::list > fonts, dcp::Size, DCPTime, int + std::list, std::list > fonts, dcp::Size, dcpomatic::DCPTime, int );