42 #include <libcxml/cxml.h>
46 using std::shared_ptr;
50 SMPTELoadFontNode::SMPTELoadFontNode (
string id,
string urn_)
58 SMPTELoadFontNode::SMPTELoadFontNode (shared_ptr<const cxml::Node> node)
60 , urn (remove_urn_uuid (node->content()))
69 return a.id == b.id && a.urn == b.urn;
Parser for LoadFont nodes from subtitle XML.
Parser for LoadFont nodes from SMPTE subtitle XML.
Namespace for everything in libdcp.
Utility methods and classes.