X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content.h;h=1b73e8fc71740c698aac7374b6f264388801636f;hb=f706bbb9afd10472e81a051cd5db601d6404377c;hp=55773b94439217540bc9ea5a916527e7a96cd388;hpb=d1b4dbb793e2850d032ce3c91f0c91d045ae19dc;p=dcpomatic.git diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 55773b944..1b73e8fc7 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -29,6 +29,7 @@ #include "content.h" +#include "font.h" #include #include #include @@ -170,6 +171,8 @@ public: return _content_versions; } + void check_font_ids(); + private: friend struct reels_test5; @@ -222,4 +225,9 @@ private: }; +extern std::string id_for_font_in_reel(std::string id, int reel); +extern void add_fonts_from_examiner(std::shared_ptr text, std::vector>> const& fonts); + + + #endif