MythTV
master
|
#include "mythfontproperties.h"
#include "mythcorecontext.h"
#include <cmath>
#include <QCoreApplication>
#include <QDomDocument>
#include <QFontInfo>
#include <QFontDatabase>
#include <QRect>
#include <QRegularExpression>
#include "mythlogging.h"
#include "mythdb.h"
#include "mythuihelper.h"
#include "mythmainwindow.h"
#include "mythuitype.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("MythFontProperties: ") |
Functions | |
FontMap * | GetGlobalFontMap (void) |
Variables | |
static FontMap * | gFontMap = nullptr |
QMap< QString, fontProp > | globalFontMap |
#define LOC QString("MythFontProperties: ") |
Definition at line 21 of file mythfontproperties.cpp.
FontMap* GetGlobalFontMap | ( | void | ) |
Definition at line 575 of file mythfontproperties.cpp.
Referenced by MythUIText::FormatTemplate(), MythUIGuideGrid::ParseElement(), MythUIText::ParseElement(), MythFontProperties::ParseFromXml(), MythThemeBase::Reload(), and MythThemeBase::~MythThemeBase().
|
static |
Definition at line 493 of file mythfontproperties.cpp.
Referenced by FontMap::GetGlobalFontMap().
QMap<QString, fontProp> globalFontMap |
Definition at line 496 of file mythfontproperties.cpp.
Referenced by FontMap::AddFont(), and FontMap::Clear().