summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-25 21:58:48 +0200
committerCarl Hetherington <cth@carlh.net>2020-08-25 21:58:48 +0200
commit8475d7b7d70d5b98e7737f326653d80a9fd8e9cf (patch)
tree2a3eccbe46591d2bde7ff607890e5de5225d4a9f /src/lib/util.h
parent75f6cc0fa8bcff9b98a31200e313d8895cfaa3f8 (diff)
Move the code to find Liberation into util.cc.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 6cfe37beb..b4378040a 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -121,6 +121,7 @@ extern void write_swaroop_chain (boost::shared_ptr<const dcp::CertificateChain>
#endif
extern dcp::Size scale_for_display (dcp::Size s, dcp::Size display_container, dcp::Size film_container);
extern dcp::DecryptedKDM decrypt_kdm_with_helpful_error (dcp::EncryptedKDM kdm);
+extern boost::filesystem::path default_font_file ();
template <class T>
std::list<T>