From 62449f8a80feb88c17695dd71af4f881f2029dcf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Oct 2013 12:48:26 +0100 Subject: Comment. --- src/subtitle_asset.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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; -- cgit v1.2.3