Updates to the new osgText library to get it to compile under Linux.

This commit is contained in:
Robert Osfield
2001-10-23 22:08:02 +00:00
parent 74cdfb9510
commit 36d206f40f
4 changed files with 73 additions and 13 deletions

View File

@@ -13,7 +13,15 @@
*/
#include <osgText/Text.h>
#include <osgText/Text>
#include "FTFace.h"
#include "FTGLBitmapFont.h"
#include "FTGLPixmapFont.h"
#include "FTGLOutlineFont.h"
#include "FTGLPolygonFont.h"
#include "FTGLTextureFont.h"
using namespace osgText;
@@ -326,7 +334,7 @@ setDefaults()
_fontType=UNDEF;
_alignement=LEFT_BOTTOM;
_drawMode=DrawModeType::DEFAULT;
_drawMode=DEFAULT;
_boundingBoxType=GLYPH;
_boundingBoxType=GEOMETRY;