MythTV  master
Macros | Functions | Variables
mythfontmanager.cpp File Reference
#include <QDir>
#include <QFileInfo>
#include <QFontDatabase>
#include <QList>
#include <QMutexLocker>
#include "libmythbase/mythlogging.h"
#include "mythfontmanager.h"
Include dependency graph for mythfontmanager.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("MythFontManager: ")
 

Functions

MythFontManagerGetGlobalFontManager (void)
 

Variables

static MythFontManagergFontManager = nullptr
 
static constexpr int8_t MAX_DIRS { 100 }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("MythFontManager: ")

Definition at line 13 of file mythfontmanager.cpp.

Function Documentation

◆ GetGlobalFontManager()

MythFontManager* GetGlobalFontManager ( void  )

Variable Documentation

◆ gFontManager

MythFontManager* gFontManager = nullptr
static

Definition at line 11 of file mythfontmanager.cpp.

Referenced by MythFontManager::GetGlobalFontManager().

◆ MAX_DIRS

constexpr int8_t MAX_DIRS { 100 }
staticconstexpr

Definition at line 14 of file mythfontmanager.cpp.

Referenced by MythFontManager::LoadFonts().