summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-12 01:35:26 +0200
committerCarl Hetherington <cth@carlh.net>2023-05-12 01:35:26 +0200
commit7777eed2b60d40915b5f4cc8330b1f5207feb3b3 (patch)
treee361b88cf128116aa4e5c2a05707f760ee30d6f8 /src/subtitle_asset.h
parentc1e9e33c857aa464a0cc2890998253cd80bfebeb (diff)
Add SubtitleAsset::ensure_font().v1.8.69
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index 28db9574..bc5fa882 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -111,6 +111,7 @@ public:
virtual void add (std::shared_ptr<Subtitle>);
virtual void add_font (std::string id, dcp::ArrayData data) = 0;
+ void ensure_font(std::string id, dcp::ArrayData data);
std::map<std::string, ArrayData> font_data () const;
std::map<std::string, boost::filesystem::path> font_filenames () const;