Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Font File Reference

#include <osg/Object>
#include <osg/State>
#include <osgText/Export>
#include <string>

Include dependency graph for Font:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Namespaces

namespace  osgText

Defines

#define OSGTEXT_FONT   1
#define META_Font(library, name)
 META_Font macro define the standard clone, isSameKindAs, className and getType methods.


Define Documentation

#define META_Font library,
name   
 

Value:

virtual osg::Object* cloneType() const { return new name(); } \
        virtual osg::Object* clone(const osg::CopyOp& copyop) const { return new name (*this,copyop); } \
        virtual bool isSameKindAs(const osg::Object* obj) const { return dynamic_cast<const name *>(obj)!=NULL; } \
        virtual const char* libraryName() const { return #library; } \
        virtual const char* className() const { return #name; } \
META_Font macro define the standard clone, isSameKindAs, className and getType methods.

Use when subclassing from Object to make it more convinient to define the standard pure virtual methods which are required for all Object subclasses.

#define OSGTEXT_FONT   1
 


Generated at Wed Sep 18 13:53:18 2002 for the Open Scene Graph by doxygen 1.2.16.