|
QCAD Application Framework
CAD Application Development and Automation.
|
The global list of fonts. More...
#include <RFontList.h>
Static Public Member Functions | |
| static RFont * | get (const QString &resName) |
| static QStringList | getNames () |
| static void | init () |
| Initializes the font list by creating empty RFont objects, one for each font that could be found. | |
| static bool | isCadFont (const QString &fontName) |
| static void | uninit () |
Static Private Attributes | |
| static RResourceList< RFont > | res |
The global list of fonts.
|
inlinestatic |
|
static |
|
static |
Initializes the font list by creating empty RFont objects, one for each font that could be found.
|
static |
|
static |
|
staticprivate |