From a76d4455bdff6df9e7b34a651e57648925726242 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 9 Jun 2024 23:42:36 +0200 Subject: Add comment. --- src/lib/text_content.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib') 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> _fonts; boost::optional _colour; boost::optional _effect; -- cgit v1.2.3