Added setting of the charcode during construction of osgText::Font::Glyph()

This commit is contained in:
Robert Osfield
2010-01-14 15:15:42 +00:00
parent f53c3c1036
commit 8f6db66e59
6 changed files with 11 additions and 14 deletions

View File

@@ -280,7 +280,9 @@ END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgText::Font::Glyph)
I_DeclaringFile("osgText/Font");
I_BaseType(osg::Image);
I_Constructor0(____Glyph,
I_Constructor1(IN, unsigned int, glyphCode,
Properties::NON_EXPLICIT,
____Glyph__unsigned_int,
"",
"");
I_Method0(unsigned int, getGlyphCode,