Tweak ISO6937 mapping to put $ sign on 0xa4 (164) (from master).
[libsub.git] / src / font_size.h
index 6439c8f7d114a44297491062ff672e56ecb00ceb..2ff4a7c66d8f19bdad7512277343417b6c847511 100644 (file)
@@ -49,9 +49,13 @@ public:
                return _points;
        }
 
+       bool specified () const;
+
        float proportional (int screen_height_in_points) const;
        int points (int screen_height_in_points) const;
 
+       static FontSize from_points (int p);
+
 private:
        /** as a proportion of screen height */
        boost::optional<float> _proportional;