diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-03 16:09:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-03 16:09:24 +0100 |
| commit | 4b0ece8d964961598ce4734ce25bb0aed66dbf7a (patch) | |
| tree | e13cc114733d155353e8e20c73d96627a5ceb1a0 /src/font_node.h | |
| parent | 5e4c87ae58f1ed73b9ef19cd75210963599fa546 (diff) | |
Add AspectAdjust to 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 97efde73..2149e883 100644 --- a/src/font_node.h +++ b/src/font_node.h @@ -46,6 +46,7 @@ public: std::string text; boost::optional<std::string> id; int size; + boost::optional<float> aspect_adjust; boost::optional<bool> italic; boost::optional<Colour> colour; boost::optional<Effect> effect; |
