diff options
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 335b9f37..e4381b31 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -114,7 +114,7 @@ public: int size () const { return _size; } - + int size_in_pixels (int screen_height) const; private: @@ -123,7 +123,7 @@ private: 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; |
