diff options
Diffstat (limited to 'src/lib/render_text.h')
| -rw-r--r-- | src/lib/render_text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/render_text.h b/src/lib/render_text.h index d1c8c7aee..07a97bb40 100644 --- a/src/lib/render_text.h +++ b/src/lib/render_text.h @@ -27,7 +27,7 @@ namespace dcpomatic { class Font; } -std::string marked_up (std::list<StringText> subtitles, int target_height, float fade_factor); +std::string marked_up (std::list<StringText> subtitles, int target_height, float fade_factor, std::string font_name); std::list<PositionImage> render_text ( std::list<StringText>, std::list<std::shared_ptr<dcpomatic::Font> > fonts, dcp::Size, dcpomatic::DCPTime, int ); |
