summaryrefslogtreecommitdiff
path: root/src/lib/text_subtitle_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-05 01:30:20 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-05 01:30:20 +0100
commitc15274495f5a4dc9806b01d4abefee698044ae49 (patch)
treeee4c770350b3bf441a972d72b799fdc44954835c /src/lib/text_subtitle_decoder.cc
parente1824c96a4210e040e4f53651bb035096ad94783 (diff)
Support bold in DCP subtitles.
Diffstat (limited to 'src/lib/text_subtitle_decoder.cc')
-rw-r--r--src/lib/text_subtitle_decoder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/text_subtitle_decoder.cc b/src/lib/text_subtitle_decoder.cc
index 893fd5d3c..b40f83068 100644
--- a/src/lib/text_subtitle_decoder.cc
+++ b/src/lib/text_subtitle_decoder.cc
@@ -79,6 +79,7 @@ TextSubtitleDecoder::pass (PassReason, bool)
dcp::SubtitleString (
TextSubtitleContent::font_id,
j.italic,
+ j.bold,
/* force the colour to whatever is configured */
content->colour(),
j.font_size.points (72 * 11),