diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-14 23:01:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-14 23:01:42 +0000 |
| commit | 1871b099bea92122feaa293b24daa88cade7aad5 (patch) | |
| tree | 81c8d877e8845595dcd2e34bbb0bbeef1b68933b /src/font.h | |
| parent | 861117816d557cd048d56b26f8903ac26a94b395 (diff) | |
Support multiple fonts in subtitles.
Diffstat (limited to 'src/font.h')
| -rw-r--r-- | src/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ public: Font (std::list<boost::shared_ptr<Font> > const & font_nodes); std::string text; - std::string id; + boost::optional<std::string> id; int size; boost::optional<bool> italic; boost::optional<Color> color; |
