16 #ifndef SURGSIM_GRAPHICS_OSGFONT_H 17 #define SURGSIM_GRAPHICS_OSGFONT_H 19 #include "SurgSim/Graphics/Font.h" 21 #include <osg/ref_ptr> 46 osg::ref_ptr<osgText::Font> getOsgFont()
const;
51 bool doLoad(
const std::string& filePath)
override;
56 osg::ref_ptr<osgText::Font> m_font;
Abstract base class for the Font Asset, fonts are typefaces that can be used to render text on screen...
Definition: Font.h:27
Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
Osg specialization of the Font class, supports osgText::Font.
Definition: OsgFont.h:34