diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-24 12:24:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-24 12:24:16 +0100 |
| commit | 715410f7b36075b39d712479476e83a28042ed7e (patch) | |
| tree | 46615302452a954c9d1593b1ba16a705380ad933 /test/read_interop_subtitle_test.cc | |
| parent | 2c8270716ac21c05b5f7ce0e45096a1e9e62a619 (diff) | |
Support underlining of subtitles.
Diffstat (limited to 'test/read_interop_subtitle_test.cc')
| -rw-r--r-- | test/read_interop_subtitle_test.cc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/read_interop_subtitle_test.cc b/test/read_interop_subtitle_test.cc index 3ec70296..7febaab4 100644 --- a/test/read_interop_subtitle_test.cc +++ b/test/read_interop_subtitle_test.cc @@ -50,6 +50,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1) string ("theFontId"), false, false, + false, dcp::Colour (255, 255, 255), 39, 1.0, @@ -73,6 +74,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1) string ("theFontId"), true, false, + false, dcp::Colour (255, 255, 255), 39, 1.0, @@ -93,6 +95,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1) string ("theFontId"), false, false, + false, dcp::Colour (255, 255, 255), 39, 1.0, @@ -116,6 +119,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1) string ("theFontId"), false, false, + false, dcp::Colour (255, 255, 255), 39, 1.0, @@ -139,6 +143,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1) string ("theFontId"), false, true, + true, dcp::Colour (255, 255, 255), 39, 1.0, @@ -168,6 +173,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -188,6 +194,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -211,6 +218,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -231,6 +239,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -254,6 +263,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -274,6 +284,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -297,6 +308,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -317,6 +329,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -340,6 +353,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -360,6 +374,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -383,6 +398,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -403,6 +419,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -426,6 +443,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -446,6 +464,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -469,6 +488,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -489,6 +509,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -512,6 +533,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -532,6 +554,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, |
