Fix code and tests so that SubtitleString::v_position is between 0 and 1 (not a perce...
[libdcp.git] / src / interop_subtitle_content.h
index df834356aaff69b4f7b66ba5a40e585508870d3e..98a4b599327bb144dcc6d4ada4e923edb657f2b4 100644 (file)
@@ -30,9 +30,15 @@ public:
        InteropSubtitleContent (std::string movie_title, std::string language);
        InteropSubtitleContent (boost::filesystem::path file);
 
-       std::list<boost::shared_ptr<InteropLoadFont> > load_font_nodes () const {
-               return _load_font_nodes;
-       }
+       bool equals (
+               boost::shared_ptr<const Asset>,
+               EqualityOptions,
+               NoteHandler note
+               ) const;
+
+       std::list<boost::shared_ptr<LoadFont> > load_font_nodes () const;
+
+       void add_font (std::string id, std::string uri);
        
        Glib::ustring xml_as_string () const;