13 #ifndef DtOsgFontManager_H_
14 #define DtOsgFontManager_H_
20 #include <osg/ref_ptr>
47 virtual osgText::Font* getFont(
const std::string& fontName );
54 typedef std::map<std::string, osg::ref_ptr<osgText::Font> >
FontMap;
Virtual base class.
Definition: DtVirtualBaseClass.h:22
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
DtDe & myDe
Definition: DtOsgFontManager.h:56
Contains makVrv::DtVirtualBaseClass class.
The DtOsgFontManager caches ttf fonts for it clients.
Definition: DtOsgFontManager.h:36
std::map< std::string, osg::ref_ptr< osgText::Font > > FontMap
Definition: DtOsgFontManager.h:54
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
FontMap myFontMap
Definition: DtOsgFontManager.h:57