diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/subtitle_asset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 4ef0794e..d43406d2 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -109,6 +109,9 @@ private: std::string _font; bool _italic; Color _color; + /** Size in points as if the screen height is 11 inches, so a 72pt font + * would be 1/11th of the screen height. + */ int _size; Time _in; Time _out; |
