From 474e13cf51457a51a6870c324e77ca30290a0d28 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 5 Mar 2025 00:46:46 +0100 Subject: Add Content::{font_paths,replace_font_path}(). --- src/lib/content.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/content.h') diff --git a/src/lib/content.h b/src/lib/content.h index bee7419dd..8ddb7d7e7 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -139,6 +139,9 @@ public: return _paths[i]; } + std::vector font_paths() const; + void replace_font_path(boost::filesystem::path old_path, boost::filesystem::path new_path); + std::time_t last_write_time(size_t i) const { boost::mutex::scoped_lock lm(_mutex); return _last_write_times[i]; -- cgit v1.2.3