diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-24 12:24:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-24 12:24:16 +0100 |
| commit | 715410f7b36075b39d712479476e83a28042ed7e (patch) | |
| tree | 46615302452a954c9d1593b1ba16a705380ad933 /src/font_node.h | |
| parent | 2c8270716ac21c05b5f7ce0e45096a1e9e62a619 (diff) | |
Support underlining of 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 656c0264..2108af9e 100644 --- a/src/font_node.h +++ b/src/font_node.h @@ -63,6 +63,7 @@ public: boost::optional<float> aspect_adjust; boost::optional<bool> italic; boost::optional<bool> bold; + boost::optional<bool> underline; boost::optional<Colour> colour; boost::optional<Effect> effect; boost::optional<Colour> effect_colour; |
