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);
FontPathToReference m_fontPathToReference
MythFontManager()=default
int GetFontID(void) const
MythFontReference(QString fontPath, QString registeredFor, const int fontID)
const QString m_registeredFor
QString GetRegisteredFor(void) const
QString GetFontPath(void) const
MUI_PUBLIC MythFontManager * GetGlobalFontManager(void)
QMultiHash< QString, MythFontReference * > FontPathToReference