From 23edd92d4a4ba8abe700a0b0edd6cfea19fbef14 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 3 Nov 2022 22:49:56 +0100 Subject: Config: add option to set custom fonts without using system config (fontconfig) --- include/ResourceLoader.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/ResourceLoader.hpp') diff --git a/include/ResourceLoader.hpp b/include/ResourceLoader.hpp index f2b2888..c60f1f3 100644 --- a/include/ResourceLoader.hpp +++ b/include/ResourceLoader.hpp @@ -8,7 +8,6 @@ namespace mgl { namespace QuickMedia { void set_resource_loader_root_path(const char *resource_root); const char* get_resource_loader_root_path(); - void set_use_system_fonts(bool use); } namespace QuickMedia::FontLoader { -- cgit v1.2.3