diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-08 10:59:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-08 10:59:22 +0000 |
| commit | de004ef24e078906f656cbf4cc790bbfe11ea69c (patch) | |
| tree | f5b86576430275975ad9d8223159e09aeecb6c38 /ChangeLog | |
| parent | e3e94b79925f085c7176ea85a396c0a56714f56d (diff) | |
Various fixes to subtitle rendering.
Use <span> to mark text up for Pango as this can set up everything,
and is easier than using <b>..</b> etc. Fix the estimation of subtitle
area size to cope with different subtitle sizes. Use show_in_cairo_context
rather than add_to_cairo_context so that colours in the markup are
respected.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2016-11-08 c.hetherington <cth@carlh.net> + + * Fix subtitle rendering when size and colour changes + word-by-word or character-by-character. Fix some cut-off + subtitles. + 2016-11-07 Carl Hetherington <cth@carlh.net> * Updated da_DK translation from Anders Uhl Pedersen. |
