QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RFontList Class Reference

The global list of fonts. More...

#include <RFontList.h>

List of all members.

Static Public Member Functions

static RFontget (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< RFontres

Detailed Description

The global list of fonts.

Scriptable:
This class is wrapped for script environments.

Member Function Documentation

static RFont* RFontList::get ( const QString &  resName)
inlinestatic
QStringList RFontList::getNames ( )
static
void RFontList::init ( )
static

Initializes the font list by creating empty RFont objects, one for each font that could be found.

bool RFontList::isCadFont ( const QString &  fontName)
static
Returns:
True if the given font name refers to a CAD font, false if it refers to a TTF font.
void RFontList::uninit ( )
static

Member Data Documentation

RResourceList< RFont > RFontList::res
staticprivate

The documentation for this class was generated from the following files: