Replace DCP parser with basic version that uses libdcp.
[libsub.git] / src / font_size.h
index 2ff4a7c66d8f19bdad7512277343417b6c847511..4f49eb73505ae4ab7ef36932173bfa3af31c3b84 100644 (file)
@@ -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 */