diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-09 21:16:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-10 23:12:13 +0200 |
| commit | ca5cc79f4464c5e9f34480757c288b9bbcb569ec (patch) | |
| tree | 43aabbb22b7e7ae05be1ef4ee02e5602f173d13d /src/lib/text_content.h | |
| parent | 2f1986a814403d690aedcbe8b7057878ebae76b0 (diff) | |
Make it OK to re-examine content with subtitles.
Diffstat (limited to 'src/lib/text_content.h')
| -rw-r--r-- | src/lib/text_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/text_content.h b/src/lib/text_content.h index f46b6c6d0..7ddb20b08 100644 --- a/src/lib/text_content.h +++ b/src/lib/text_content.h @@ -76,6 +76,7 @@ public: std::string identifier () const; void take_settings_from (std::shared_ptr<const TextContent> c); + void clear_fonts (); void add_font (std::shared_ptr<dcpomatic::Font> font); std::shared_ptr<dcpomatic::Font> get_font(std::string id) const; |
