|
MythTV master
|
#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"Go to the source code of this file.
Macros | |
| #define | LOC QString("MythFontProperties: ") |
| #define | KEEP_OLD_NAMES 1 |
Functions | |
| FontMap * | GetGlobalFontMap (void) |
Variables | |
| static FontMap * | gFontMap = nullptr |
| QMap< QString, fontProp > | globalFontMap |
| #define KEEP_OLD_NAMES 1 |
Definition at line 23 of file mythfontproperties.cpp.
| #define LOC QString("MythFontProperties: ") |
Definition at line 21 of file mythfontproperties.cpp.
| FontMap * GetGlobalFontMap | ( | void | ) |
Definition at line 601 of file mythfontproperties.cpp.
Referenced by MythUIText::FormatTemplate(), MythUIGuideGrid::ParseElement(), MythUIText::ParseElement(), MythFontProperties::ParseFromXml(), MythThemeBase::Reload(), and MythThemeBase::~MythThemeBase().
|
static |
Definition at line 519 of file mythfontproperties.cpp.
Referenced by FontMap::GetGlobalFontMap().
| QMap<QString, fontProp> globalFontMap |
Definition at line 522 of file mythfontproperties.cpp.
Referenced by FontMap::AddFont(), and FontMap::Clear().