#include <fontstyle.h>
Graphe d'héritage de FontStyle:
Fonctions membres publiques | |
~FontStyle () | |
bool | init (ContextStyle *context, bool install=true) |
const SymbolTable * | symbolTable () const |
the table for ordinary symbols (those that have a unicode value) | |
SymbolTable * | symbolTable () |
Artwork * | createArtwork (SymbolType type=EmptyBracket) const |
Fonctions membres publiques statiques | |
static QStringList | missingFonts (bool install=true) |
static void | testFont (QStringList &missing, const QString &fontName) |
Attributs publics statiques | |
static bool | m_installed |
Fonctions membres privées statiques | |
static QStringList | missingFontsInternal () |
static void | installFonts () |
Attributs privés | |
SymbolTable | m_symbolTable |
Définition à la ligne 41 du fichier fontstyle.h.
FontStyle::~FontStyle | ( | ) | [inline] |
Définition à la ligne 44 du fichier fontstyle.h.
bool FontStyle::init | ( | ContextStyle * | context, | |
bool | install = true | |||
) |
lazy init support. Needs to be run before anything else.
install | if true fonts may be installed if needed |
Réimplémentée dans CMStyle, EsstixFontStyle, et SymbolFontStyle.
Référencé par ContextStyle::setFontStyle().
Voici le graphe d'appel pour cette fonction :
const SymbolTable* FontStyle::symbolTable | ( | ) | const [inline] |
the table for ordinary symbols (those that have a unicode value)
Définition à la ligne 53 du fichier fontstyle.h.
Références m_symbolTable.
Référencé par SymbolFontStyle::init(), EsstixFontStyle::init(), CMStyle::init(), et ContextStyle::symbolTable().
Voici le graphe d'appel pour cette fonction :
SymbolTable* FontStyle::symbolTable | ( | ) | [inline] |
Artwork* FontStyle::createArtwork | ( | SymbolType | type = EmptyBracket |
) | const |
Réimplémentée dans CMStyle, EsstixFontStyle, et SymbolFontStyle.
static QStringList FontStyle::missingFonts | ( | bool | install = true |
) | [static] |
Réimplémentée dans CMStyle.
Référencé par ContextStyle::readConfig().
Voici le graphe d'appel pour cette fonction :
void FontStyle::testFont | ( | QStringList & | missing, | |
const QString & | fontName | |||
) | [static] |
Définition à la ligne 71 du fichier fontstyle.cc.
Références s_fontList.
Référencé par SymbolFontStyle::missingFonts(), EsstixFontStyle::missingFonts(), CMStyle::missingFontsInternal(), et KFormula::GlyphElement::readAttributesFromMathMLDom().
Voici le graphe d'appel pour cette fonction :
static QStringList FontStyle::missingFontsInternal | ( | ) | [static, private] |
Réimplémentée dans CMStyle.
static void FontStyle::installFonts | ( | ) | [static, private] |
Réimplémentée dans CMStyle.
bool FontStyle::m_installed [static] |
SymbolTable FontStyle::m_symbolTable [private] |