summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-19 23:53:14 +0200
committerCarl Hetherington <cth@carlh.net>2023-04-19 23:53:27 +0200
commitbb2924236bc100d6f98b7778bae31aeee48637fa (patch)
tree975f497709910eba539b36a9e70d74fa6aeec4e2 /src/lib
parent17ede6c5aa05fdcad418d918e6f4ada66163a94e (diff)
Add a comment.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/font.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/font.h b/src/lib/font.h
index 24d8ed2bb..55c4249cc 100644
--- a/src/lib/font.h
+++ b/src/lib/font.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2014-2023 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -71,6 +71,9 @@ public:
Changed ();
}
+ /** @return the data set passed to the dcp::ArrayData constructor,
+ * otherwise the contents of _file, otherwise boost::none.
+ */
boost::optional<dcp::ArrayData> data() const;
boost::signals2::signal<void()> Changed;