Updated wrappers

This commit is contained in:
Robert Osfield
2007-12-10 16:21:13 +00:00
parent a59790ed6e
commit 1dcb6cc4fd
6 changed files with 1039 additions and 322 deletions

View File

@@ -19,6 +19,7 @@
#include <osg/Texture>
#include <osg/Vec2>
#include <osgText/Font>
#include <osgText/KerningType>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
@@ -537,10 +538,3 @@ BEGIN_OBJECT_REFLECTOR(osgText::Font::GlyphTexture)
__void__setThreadSafeRefUnref__bool);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osgText::KerningType)
I_DeclaringFile("osgText/Font");
I_EnumLabel(osgText::KERNING_DEFAULT);
I_EnumLabel(osgText::KERNING_UNFITTED);
I_EnumLabel(osgText::KERNING_NONE);
END_REFLECTOR