diff options
Diffstat (limited to 'src/interop_subtitle_asset.h')
| -rw-r--r-- | src/interop_subtitle_asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h index ba8b5edf..4b96c795 100644 --- a/src/interop_subtitle_asset.h +++ b/src/interop_subtitle_asset.h @@ -70,6 +70,7 @@ public: void write (boost::filesystem::path path) const; void resolve_fonts (std::list<boost::shared_ptr<Asset> > assets); void add_font_assets (std::list<boost::shared_ptr<Asset> >& assets); + void set_font_file (std::string load_id, boost::filesystem::path file); /** Set the reel number or sub-element identifier * of these subtitles. |
