FontStyle Class Reference
Base class for all supported font styles. More...
#include <fontstyle.h>
Inheritance diagram for FontStyle:


Public Member Functions | |
| virtual bool | init (ContextStyle *context)=0 |
| virtual const SymbolTable * | symbolTable () const |
| virtual SymbolTable * | symbolTable () |
| virtual const AlphaTable * | alphaTable () const |
| virtual Artwork * | createArtwork (SymbolType type=EmptyBracket) const =0 |
Protected Member Functions | |
| void | fillNameTable (SymbolTable::NameTable &names) |
Static Protected Member Functions | |
| static void | testFont (QStringList &missing, const QString &fontName) |
Detailed Description
Base class for all supported font styles.
Definition at line 42 of file fontstyle.h.
Member Function Documentation
|
|
lazy init support. Needs to be run before anything else.
Implemented in SymbolFontStyle. |
|
|
the table for ordinary symbols (those that have a unicode value)
Definition at line 51 of file fontstyle.h. Referenced by SymbolFontStyle::init(), and ContextStyle::symbolTable(). |
|
|
the table for special alphabets.
Definition at line 55 of file fontstyle.h. Referenced by TextElement::getFont(), and TextElement::getRealCharacter(). |
The documentation for this class was generated from the following files:
