Bump libdcp for fix to spacey XSD filenames.
[libsub.git] / src / font_size.h
index 2ff4a7c66d8f19bdad7512277343417b6c847511..eeb09ef2d890a126aebdd7705e7c231629b72568 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 */
@@ -64,6 +65,8 @@ private:
 
 };
 
+extern bool operator== (FontSize const & a, FontSize const & b);
+
 }
 
 #endif