MythTV  master
Macros | Functions | Variables
mythfontproperties.cpp File Reference
#include "mythfontproperties.h"
#include <cmath>
#include <QCoreApplication>
#include <QDomDocument>
#include <QFontInfo>
#include <QFontDatabase>
#include <QRect>
#include <QRegularExpression>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdb.h"
#include "libmythbase/mythlogging.h"
#include "mythuihelper.h"
#include "mythmainwindow.h"
#include "mythuitype.h"
Include dependency graph for mythfontproperties.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("MythFontProperties: ")
 
#define KEEP_OLD_NAMES   1
 

Functions

FontMapGetGlobalFontMap (void)
 

Variables

static FontMapgFontMap = nullptr
 
QMap< QString, fontPropglobalFontMap
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("MythFontProperties: ")

Definition at line 21 of file mythfontproperties.cpp.

◆ KEEP_OLD_NAMES

#define KEEP_OLD_NAMES   1

Definition at line 23 of file mythfontproperties.cpp.

Function Documentation

◆ GetGlobalFontMap()

FontMap* GetGlobalFontMap ( void  )

Variable Documentation

◆ gFontMap

FontMap* gFontMap = nullptr
static

Definition at line 519 of file mythfontproperties.cpp.

Referenced by FontMap::GetGlobalFontMap().

◆ globalFontMap

QMap<QString, fontProp> globalFontMap

Definition at line 522 of file mythfontproperties.cpp.

Referenced by FontMap::AddFont(), and FontMap::Clear().