diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-23 18:08:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-23 18:08:59 +0100 |
| commit | ea8d9e93091cd54d252b3c4069d1dba7060e4f75 (patch) | |
| tree | e158c2b16215cf5de2b7a59e3ab8d377a03600a3 /src/lib/render_subtitles.h | |
| parent | 13b2078ca72921b20719374a07561a6167c77f70 (diff) | |
Use the correct font to render subtitles in preview / burn-in (#663).
Diffstat (limited to 'src/lib/render_subtitles.h')
| -rw-r--r-- | src/lib/render_subtitles.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/render_subtitles.h b/src/lib/render_subtitles.h index dbde80115..22e5885dd 100644 --- a/src/lib/render_subtitles.h +++ b/src/lib/render_subtitles.h @@ -21,4 +21,6 @@ #include <dcp/subtitle_string.h> #include <dcp/util.h> -std::list<PositionImage> render_subtitles (std::list<dcp::SubtitleString>, dcp::Size); +class Font; + +std::list<PositionImage> render_subtitles (std::list<dcp::SubtitleString>, std::list<boost::shared_ptr<Font> > fonts, dcp::Size); |
