Updated wrappers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user