diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-11 10:57:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-11 10:58:11 +0000 |
| commit | f528fc50162db6fcecbaa2cd6121c7ee86a82777 (patch) | |
| tree | b5dec339a41dee33fb3ddbc31b1054e0008feffc /src/font_size.h | |
| parent | efb00e9649aa03a2c12bb6a63c5e7efdfd99506a (diff) | |
Replace DCP parser with basic version that uses libdcp.libdcp-again
Diffstat (limited to 'src/font_size.h')
| -rw-r--r-- | src/font_size.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font_size.h b/src/font_size.h index 2ff4a7c..4f49eb7 100644 --- a/src/font_size.h +++ b/src/font_size.h @@ -55,6 +55,7 @@ public: int points (int screen_height_in_points) const; static FontSize from_points (int p); + static FontSize from_proportional (float p); private: /** as a proportion of screen height */ |
