From Tree, added support for using wchar_t strings with osg::Text/EncodedText.

This commit is contained in:
Robert Osfield
2003-02-10 15:01:27 +00:00
parent ebb31fb339
commit 1b08b02df2
4 changed files with 43 additions and 4 deletions

View File

@@ -123,6 +123,7 @@ class OSGTEXT_EXPORT Text : public osg::Drawable
void setText(const char* text);
void setText(const std::string& text);
const std::string& getText() const { return _text; }
void setText(const wchar_t* text);
virtual bool supports(PrimitiveFunctor& pf) const;
virtual void accept(PrimitiveFunctor& pf) const;