From 863ff8cced5b7d1d36ad6761fa1f6e2dbeafcad6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Oct 2014 00:26:58 +0100 Subject: Add set_size to SubtitleString. --- src/subtitle_string.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/subtitle_string.h b/src/subtitle_string.h index 58710f7f..e849bc60 100644 --- a/src/subtitle_string.h +++ b/src/subtitle_string.h @@ -116,6 +116,10 @@ public: _v_position = p; } + void set_size (int s) { + _size = s; + } + private: /** font name */ std::string _font; -- cgit v1.2.3