diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-09 15:32:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-09 15:32:34 +0100 |
| commit | ca9dfb8c67721ad667e204e22908f4e5c723c2ce (patch) | |
| tree | 512b6f335a077d26a9c5b8cd2054cc89a1be9834 /src/font_size.h | |
| parent | dca56d88f34daa66d0df30e966030f84e99b4bea (diff) | |
Various work on improving vertical position handling.
Diffstat (limited to 'src/font_size.h')
| -rw-r--r-- | src/font_size.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font_size.h b/src/font_size.h index 62bbd09..2ff4a7c 100644 --- a/src/font_size.h +++ b/src/font_size.h @@ -49,6 +49,8 @@ public: return _points; } + bool specified () const; + float proportional (int screen_height_in_points) const; int points (int screen_height_in_points) const; |
