summaryrefslogtreecommitdiff
path: root/glcdskin/font.h
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2020-08-14 18:41:32 +0200
committerManuel Reimer <manuel.reimer@gmx.de>2020-08-14 18:41:32 +0200
commitbe3007e0c05b9084344497d5279b611a8ee59c84 (patch)
tree240c9fadd36e134a243fdc59b743654cef28ff05 /glcdskin/font.h
parent6015f5c14f80ca4dd54ef96a6d5825caad9550bb (diff)
downloadgraphlcd-base-be3007e0c05b9084344497d5279b611a8ee59c84.tar.gz
graphlcd-base-be3007e0c05b9084344497d5279b611a8ee59c84.tar.bz2
Fall back to system font directories if font file is missing
Diffstat (limited to 'glcdskin/font.h')
-rw-r--r--glcdskin/font.h2
1 files changed, 2 insertions, 0 deletions
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);