diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-21 18:01:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-21 18:01:59 +0100 |
| commit | 3f867002a036c40b188a7874231824cfd1b4d862 (patch) | |
| tree | ed5cb1d1fe6c2dbf73301832c4a6b3f41e19a02b /src/subtitle_asset.h | |
| parent | b56b008e2ad86bd2c29a42390891a32ae658d6c4 (diff) | |
Tweak font handling.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 04154a45..3df30e62 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -50,6 +50,7 @@ class FontNode : public XMLNode public: FontNode () {} FontNode (xmlpp::Node const * node); + FontNode (std::list<boost::shared_ptr<FontNode> > const & font_nodes); std::string id; int size; @@ -138,9 +139,6 @@ public: private: std::string font_id_to_name (std::string id) const; void examine_font_node (boost::shared_ptr<FontNode> font_node, std::list<boost::shared_ptr<FontNode> >& current_font_nodes); - std::string id_from_font_nodes (std::list<boost::shared_ptr<FontNode> > const & font_nodes) const; - int size_from_font_nodes (std::list<boost::shared_ptr<FontNode> > const & font_nodes) const; - bool italic_from_font_nodes (std::list<boost::shared_ptr<FontNode> > const & font_nodes) const; std::string _subtitle_id; std::string _movie_title; |
