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 ff34dc10d..e073bc007 100644 --- a/src/lib/render_text.h +++ b/src/lib/render_text.h @@ -33,7 +33,7 @@ namespace dcpomatic { std::string marked_up(std::vector<StringText> subtitles, int target_height, float fade_factor, std::string font_name); -std::vector<PositionImage> render_text(std::vector<StringText>, dcp::Size, dcpomatic::DCPTime, int); +std::vector<PositionImage> render_text(std::vector<StringText>, dcp::Size, dcpomatic::DCPTime, dcp::Fraction); std::vector<dcpomatic::Rect<int>> bounding_box(std::vector<StringText> subtitles, dcp::Size target, boost::optional<dcp::SubtitleStandard> override_standard = boost::none); |
