diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-11 10:57:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-11 11:23:42 +0000 |
| commit | 04ae4d393603da286d78a72c4f60c545c03b35e8 (patch) | |
| tree | c7ce2f66a96d76408587bc22c9b88688a2c943e0 /src/font_size.h | |
| parent | 586f9b90034640c82eb51d7e4573f4125a2f4ad0 (diff) | |
Replace DCP parser with basic version that uses libdcp.
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 */ |
