X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Frender_text.h;fp=src%2Flib%2Frender_text.h;h=7187ca30b5c0c28ea2a9d9ff5ddcbd1fc43dde3a;hb=f41818f14369f170475b7f2bde1a2dd856517b14;hp=f235fb45971d69241c1abea7212b31feb095475d;hpb=c4403784febdbdd42e9c32e67fadb147f11fe566;p=dcpomatic.git diff --git a/src/lib/render_text.h b/src/lib/render_text.h index f235fb459..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, dcpomatic::DCPTime, int + std::list, std::list > fonts, dcp::Size, dcpomatic::DCPTime, int );