Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/txf/TXFFont.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/txf/TXFFont.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/txf/TXFFont.h
r12407 r13041 30 30 31 31 virtual bool supportsMultipleFontResolutions() const { return false; } 32 32 33 33 virtual osgText::Glyph* getGlyph(const osgText::FontResolution& fontRes, unsigned int charcode); 34 34
