diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-02 23:39:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-02 23:39:01 +0100 |
| commit | 8259e2771f85c33c531a83fe1a78668f158208da (patch) | |
| tree | 5f1f83a1a269c7ef5a889ae5c2727d2360315896 /src/interop_subtitle_asset.h | |
| parent | f2f2a2afc393dcaee747b97173d71a622d05d910 (diff) | |
Hopefully-correct PKL and AssetMap when using Interop PNG subtitles.
Diffstat (limited to 'src/interop_subtitle_asset.h')
| -rw-r--r-- | src/interop_subtitle_asset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h index 703229a7..ba8b5edf 100644 --- a/src/interop_subtitle_asset.h +++ b/src/interop_subtitle_asset.h @@ -59,6 +59,9 @@ public: NoteHandler note ) const; + void write_to_assetmap (xmlpp::Node* node, boost::filesystem::path root) const; + void add_to_pkl (boost::shared_ptr<PKL> pkl, boost::filesystem::path root) const; + std::list<boost::shared_ptr<LoadFontNode> > load_font_nodes () const; void add_font (std::string load_id, boost::filesystem::path file); |
