summaryrefslogtreecommitdiff
path: root/src/lib/render_text.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-05 01:59:44 +0100
committerCarl Hetherington <cth@carlh.net>2023-12-05 01:59:44 +0100
commit751379da4be48f9b911a91cf17686330dd999d0c (patch)
treeeeb73eebfe9224956e8dde72b127872b23459dd5 /src/lib/render_text.h
parent138882d651c5fb9d1dc66d092fcca7f3762a1226 (diff)
Account for split branch in libdcp.split
Diffstat (limited to 'src/lib/render_text.h')
-rw-r--r--src/lib/render_text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/render_text.h b/src/lib/render_text.h
index ff34dc10d..18264e0d0 100644
--- a/src/lib/render_text.h
+++ b/src/lib/render_text.h
@@ -34,7 +34,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<dcpomatic::Rect<int>> bounding_box(std::vector<StringText> subtitles, dcp::Size target, boost::optional<dcp::SubtitleStandard> override_standard = boost::none);
+std::vector<dcpomatic::Rect<int>> bounding_box(std::vector<StringText> subtitles, dcp::Size target, boost::optional<dcp::TextStandard> override_standard = boost::none);
class FontMetrics