1 #ifndef MYTHFONTMANAGER_H
2 #define MYTHFONTMANAGER_H
22 void LoadFonts(
const QString &directory,
const QString ®isteredFor);
23 void ReleaseFonts(
const QString ®isteredFor);
28 void LoadFonts(
const QString &directory,
const QString ®isteredFor,
30 void LoadFontsFromDirectory(
const QString &directory,
31 const QString ®isteredFor);
32 void LoadFontFile(
const QString &fontPath,
const QString ®isteredFor);
33 bool RegisterFont(
const QString &fontPath,
const QString ®isteredFor,
35 bool IsFontFileLoaded(
const QString &fontPath);
63 #endif // MYTHFONTMANAGER_H