summaryrefslogtreecommitdiff
path: root/test/render_subtitles_test.cc
AgeCommit message (Collapse)Author
2017-04-19Various Doxygen fixes.Carl Hetherington
2017-04-19Fix render subtitle references.Carl Hetherington
2016-12-14Fix test for change to marked_up.Carl Hetherington
2016-11-08Various fixes to subtitle rendering.Carl Hetherington
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.
2016-08-25Make burnt-in subtitle outline width configurable (#940).Carl Hetherington
2016-07-02Fix thinkos with marked_up() rendering of bold/italic/underline.Carl Hetherington
2016-06-28Fix pango markup when rendering subtitles.Carl Hetherington