Move the code to find Liberation into util.cc.
[dcpomatic.git] / src / lib / util.h
index 6cfe37bebd0f6034ebe87f40cde23822426e52fb..b4378040abfa5c09cd23464d1a961c641b960c19 100644 (file)
@@ -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>