Add set_size to SubtitleString.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Oct 2014 23:26:58 +0000 (00:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Oct 2014 23:26:58 +0000 (00:26 +0100)
src/subtitle_string.h

index 58710f7f5a960937042ef370cc49ee862195bccb..e849bc60a5ff6b39f9a7b647f97f80b80f2a5770 100644 (file)
@@ -116,6 +116,10 @@ public:
                _v_position = p;
        }
 
+       void set_size (int s) {
+               _size = s;
+       }
+
 private:
        /** font name */
        std::string _font;