summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-16 12:48:26 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-16 12:48:26 +0100
commit62449f8a80feb88c17695dd71af4f881f2029dcf (patch)
treee2d0f0445d497ea7b288f0a7847d3cad01c6534b /src
parent573d38b0d1122597a73be47401e8b908429b9fe4 (diff)
Comment.
Diffstat (limited to 'src')
-rw-r--r--src/subtitle_asset.h3
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;