lib
FontStyle Class Reference
#include <fontstyle.h>
Detailed Description
Base class for all supported font styles.Definition at line 41 of file fontstyle.h.
Public Member Functions | |
| bool | init (ContextStyle *context, bool install=true) |
| const SymbolTable * | symbolTable () const |
| SymbolTable * | symbolTable () |
| Artwork * | createArtwork (SymbolType type=EmptyBracket) const |
Static Public Member Functions | |
| static QStringList | missingFonts (bool install=true) |
| static void | testFont (QStringList &missing, const QString &fontName) |
Static Public Attributes | |
| static bool | m_installed = false |
Member Function Documentation
| bool FontStyle::init | ( | ContextStyle * | context, | |
| bool | install = true | |||
| ) |
lazy init support.
Needs to be run before anything else.
- Parameters:
-
install if true fonts may be installed if needed
Definition at line 42 of file fontstyle.cc.
| const SymbolTable* FontStyle::symbolTable | ( | ) | const [inline] |
the table for ordinary symbols (those that have a unicode value)
Definition at line 52 of file fontstyle.h.
The documentation for this class was generated from the following files:

