diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-03 23:32:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-03 23:32:48 +0100 |
| commit | e1f53890da6e4be2555a9e17a52edcc03d53656b (patch) | |
| tree | ff148f4d8dc54b1a09fa21ca743fce261f01c021 /src/subtitle_content.cc | |
| parent | 47b52fb54f302d5faf93a19ae2fe28fa610f96ca (diff) | |
Basic HAlign / HPosition support.
Diffstat (limited to 'src/subtitle_content.cc')
| -rw-r--r-- | src/subtitle_content.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/subtitle_content.cc b/src/subtitle_content.cc index 1977861e..fb01502d 100644 --- a/src/subtitle_content.cc +++ b/src/subtitle_content.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -137,6 +137,8 @@ SubtitleContent::maybe_add_subtitle (string text, ParseState const & parse_state effective_font.aspect_adjust.get_value_or (1.0), effective_subtitle.in, effective_subtitle.out, + effective_text.h_position, + effective_text.h_align, effective_text.v_position, effective_text.v_align, text, |
