diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-30 15:36:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-30 15:36:05 +0100 |
| commit | 6a804ace532c13b2095972cd48d422e2c9fa0b70 (patch) | |
| tree | 8757bc276e783c97150f1ec3f1f56e75e5bcba53 /src/subtitle_string.cc | |
| parent | ea4b476dd21e99bbc292f7fc6db4e4ba578489c0 (diff) | |
Add a very simple test for writing subtitles.
Diffstat (limited to 'src/subtitle_string.cc')
| -rw-r--r-- | src/subtitle_string.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subtitle_string.cc b/src/subtitle_string.cc index a8dfd555..15131873 100644 --- a/src/subtitle_string.cc +++ b/src/subtitle_string.cc @@ -25,6 +25,7 @@ using std::ostream; using boost::optional; using namespace dcp; +/** @param v_position Vertical position as a fraction of the screen height (between 0 and 1) from v_align */ SubtitleString::SubtitleString ( optional<string> font, bool italic, |
