From be3007e0c05b9084344497d5279b611a8ee59c84 Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Fri, 14 Aug 2020 18:41:32 +0200 Subject: Fall back to system font directories if font file is missing --- glcdskin/font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'glcdskin/font.h') diff --git a/glcdskin/font.h b/glcdskin/font.h index 80e5556..3813e6e 100644 --- a/glcdskin/font.h +++ b/glcdskin/font.h @@ -51,6 +51,8 @@ private: static int FcInitCount; + bool FileExists(const std::string& path); + public: cSkinFont(cSkin * Parent); ~cSkinFont(void); -- cgit v1.2.3