diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-15 16:56:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-15 16:56:18 +0000 |
| commit | a5902c6008fd20392c7248c30bc469310122c527 (patch) | |
| tree | 8b2712fd09a64c4ca3ea01f2d6304f39837abddd /src/lib/subrip_content.cc | |
| parent | 99dc00531b985aa1efa23bec5a00b1a5ad26e86c (diff) | |
Start of Fonts dialog for setting up subtitle fonts.
Diffstat (limited to 'src/lib/subrip_content.cc')
| -rw-r--r-- | src/lib/subrip_content.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/subrip_content.cc b/src/lib/subrip_content.cc index 7a336f88a..969829b31 100644 --- a/src/lib/subrip_content.cc +++ b/src/lib/subrip_content.cc @@ -21,6 +21,7 @@ #include "util.h" #include "subrip.h" #include "film.h" +#include "font.h" #include <dcp/raw_convert.h> #include "i18n.h" @@ -59,6 +60,7 @@ SubRipContent::examine (boost::shared_ptr<Job> job, bool calculate_digest) boost::mutex::scoped_lock lm (_mutex); _length = len; + _fonts.push_back (shared_ptr<Font> (new Font ())); } string |
