diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/subtitle_string.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
