diff options
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 |
