10 #ifndef DtOsgFontManager_H_
11 #define DtOsgFontManager_H_
17 #include <osg/ref_ptr>
44 virtual osgText::Font* getFont(
const std::string& fontName );
51 typedef std::map<std::string, osg::ref_ptr<osgText::Font> >
FontMap;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
DtDe & myDe
Definition: DtOsgFontManager.h:53
Contains makVrv::DtVirtualBaseClass class.
The DtOsgFontManager caches ttf fonts for it clients.
Definition: DtOsgFontManager.h:33
std::map< std::string, osg::ref_ptr< osgText::Font > > FontMap
Definition: DtOsgFontManager.h:51
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
FontMap myFontMap
Definition: DtOsgFontManager.h:54