diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-20 23:17:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-03 09:31:53 +0100 |
| commit | 5048e3e1d91858c2a4132e616438e1943f820124 (patch) | |
| tree | 5ef98efb29690e8320d4e9e36266f41e1214e174 /test/test.cc | |
| parent | 80fc63959caa039401a4d7e33bc72cd3c6ec2fe3 (diff) | |
Add Z position to subtitles; existing tests pass.
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index bfee68f7..a2016e92 100644 --- a/test/test.cc +++ b/test/test.cc @@ -400,6 +400,7 @@ simple_subtitle () dcp::HAlign::CENTER, 0.8, dcp::VAlign::TOP, + 0, dcp::Direction::LTR, "Hello world", dcp::Effect::NONE, |
