summaryrefslogtreecommitdiff
path: root/src/lib/text_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-09 23:42:36 +0200
committerCarl Hetherington <cth@carlh.net>2024-06-09 23:42:36 +0200
commita76d4455bdff6df9e7b34a651e57648925726242 (patch)
tree48af351c53c3f432554182f1253547d6f0c50de3 /src/lib/text_content.h
parentf8a6ce7ef5cc7e52aa10a6a133b4e628f3d2a50d (diff)
Add comment.
Diffstat (limited to 'src/lib/text_content.h')
-rw-r--r--src/lib/text_content.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/text_content.h b/src/lib/text_content.h
index 312227120..58014917b 100644
--- a/src/lib/text_content.h
+++ b/src/lib/text_content.h
@@ -224,6 +224,10 @@ private:
double _x_scale;
/** y scale factor to apply to subtitles */
double _y_scale;
+ /** Fonts used by this content. They are added during content examination, then
+ * saved/loaded from metadata.xml. This is so the user can change the font in
+ * used by a piece of content.
+ */
std::list<std::shared_ptr<dcpomatic::Font>> _fonts;
boost::optional<dcp::Colour> _colour;
boost::optional<dcp::Effect> _effect;