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.
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.
Definition: DtDe.h:69
FontMap myFontMap
Definition: DtOsgFontManager.h:54