diff options
| author | louis <louis.braun@gmx.de> | 2015-05-30 16:43:59 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-05-30 16:43:59 +0200 |
| commit | 17871b8811baa9478b2b3247e340aa21bb64e06e (patch) | |
| tree | c3c2139244bbb11d4f0cf3d32e02c1137e29a1c2 /libcore/fontmanager.h | |
| parent | 0936766c7be02661f1cd678fdd1b6fb22b5d122c (diff) | |
| download | vdr-plugin-skindesigner-17871b8811baa9478b2b3247e340aa21bb64e06e.tar.gz vdr-plugin-skindesigner-17871b8811baa9478b2b3247e340aa21bb64e06e.tar.bz2 | |
implemented Skin Repositories
Diffstat (limited to 'libcore/fontmanager.h')
| -rw-r--r-- | libcore/fontmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcore/fontmanager.h b/libcore/fontmanager.h index bfabb5c..5661c2b 100644 --- a/libcore/fontmanager.h +++ b/libcore/fontmanager.h @@ -31,6 +31,7 @@ class cFontManager { cFont *FontUncached(string fontName, int fontSize); void Debug(void); void ListAvailableFonts(void); + bool FontInstalled(string fontName); }; #endif //__FONTMANAGER_H
\ No newline at end of file |
