diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-05 00:22:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-05 00:22:32 +0100 |
| commit | bc118b663b0582cf4afdce3000beb8bac35b16ef (patch) | |
| tree | ac058ad2af7c88705606e7fe139d4d1a4ff80ac2 /src/font_node.h | |
| parent | bc7089956cefc9f8528918f8a5d48174ab680f13 (diff) | |
Basic untested support for bold in subtitles.
Diffstat (limited to 'src/font_node.h')
| -rw-r--r-- | src/font_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font_node.h b/src/font_node.h index 50815636..b82308fb 100644 --- a/src/font_node.h +++ b/src/font_node.h @@ -48,6 +48,7 @@ public: int size; boost::optional<float> aspect_adjust; boost::optional<bool> italic; + boost::optional<bool> bold; boost::optional<Colour> colour; boost::optional<Effect> effect; boost::optional<Colour> effect_colour; |
