Add a comment.
authorCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2023 21:53:14 +0000 (23:53 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2023 21:53:27 +0000 (23:53 +0200)
src/lib/font.h

index 24d8ed2bb93103027795c838a3b800ad1668b5c0..55c4249cc9b07361b38b5a7b29c03523ceb85aed 100644 (file)
@@ -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;