MythTV
master
|
#include <QDir>
#include <QFileInfo>
#include <QFontDatabase>
#include <QList>
#include <QMutexLocker>
#include "mythfontmanager.h"
#include "mythlogging.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("MythFontManager: ") |
#define | MAX_DIRS 100 |
Functions | |
MythFontManager * | GetGlobalFontManager (void) |
Variables | |
static MythFontManager * | gFontManager = nullptr |
#define LOC QString("MythFontManager: ") |
Definition at line 12 of file mythfontmanager.cpp.
#define MAX_DIRS 100 |
Definition at line 13 of file mythfontmanager.cpp.
MythFontManager* GetGlobalFontManager | ( | void | ) |
Definition at line 273 of file mythfontmanager.cpp.
Referenced by MythThemeBase::MythThemeBase(), MythThemeBase::Reload(), and MythThemeBase::~MythThemeBase().
|
static |
Definition at line 10 of file mythfontmanager.cpp.
Referenced by MythFontManager::GetGlobalFontManager().