From e1f53890da6e4be2555a9e17a52edcc03d53656b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 3 Jun 2015 23:32:48 +0100 Subject: Basic HAlign / HPosition support. --- src/subtitle_content.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/subtitle_content.cc') 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 + Copyright (C) 2012-2015 Carl Hetherington 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, -- cgit v1.2.3