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/data | |
| parent | 2c8270716ac21c05b5f7ce0e45096a1e9e62a619 (diff) | |
Support underlining of subtitles.
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/subs1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/subs1.xml b/test/data/subs1.xml index f4a4ded8..ee57db02 100644 --- a/test/data/subs1.xml +++ b/test/data/subs1.xml @@ -20,7 +20,7 @@ <Subtitle SpotNumber="3" TimeIn="00:00:11:094" TimeOut="00:00:13:063" FadeUpTime="1" FadeDownTime="1"> <Text VAlign="bottom" VPosition="15.0">Once belonged to the Shah</Text> </Subtitle> - <Font Weight="bold"> + <Font Weight="bold" Underlined="yes"> <Subtitle SpotNumber="4" TimeIn="00:00:13:104" TimeOut="00:00:15:177" FadeUpTime="1" FadeDownTime="1"> <Text VAlign="bottom" VPosition="15.0">And these are Roy Hattersley's jeans</Text> </Subtitle> |
