summaryrefslogtreecommitdiff
path: root/src/lib/text_subtitle_decoder.cc
diff options
context:
space:
mode:
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),