X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_content.h;h=1b73e8fc71740c698aac7374b6f264388801636f;hp=55773b94439217540bc9ea5a916527e7a96cd388;hb=8b9888ed8247109dc3c09492302e865fa4731460;hpb=5a5f6d3ac42668017141469fd0e5cd14e3bebe88 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