summaryrefslogtreecommitdiff
path: root/test/write_subtitle_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-05 00:22:32 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-05 00:22:32 +0100
commitbc118b663b0582cf4afdce3000beb8bac35b16ef (patch)
treeac058ad2af7c88705606e7fe139d4d1a4ff80ac2 /test/write_subtitle_test.cc
parentbc7089956cefc9f8528918f8a5d48174ab680f13 (diff)
Basic untested support for bold in subtitles.
Diffstat (limited to 'test/write_subtitle_test.cc')
-rw-r--r--test/write_subtitle_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/write_subtitle_test.cc b/test/write_subtitle_test.cc
index 8b50b0e3..e407b81f 100644
--- a/test/write_subtitle_test.cc
+++ b/test/write_subtitle_test.cc
@@ -38,6 +38,7 @@ BOOST_AUTO_TEST_CASE (write_subtitle_test)
dcp::SubtitleString (
string ("Frutiger"),
false,
+ false,
dcp::Colour (255, 255, 255),
48,
1.0,
@@ -59,6 +60,7 @@ BOOST_AUTO_TEST_CASE (write_subtitle_test)
dcp::SubtitleString (
boost::optional<string> (),
true,
+ false,
dcp::Colour (128, 0, 64),
91,
1.0,