On Tue, 15 Jul 2003, tigital wrote:
hi guenter,
...dunno, but I don't think that's the problem; in FTGL 2.04, I look at the FTFont.h & .cpp, and there is no "Open" function...I'm looking at the FTGLdemo code, and it declares fonts this way: fonts[FTGL_BITMAP] = new FTGLBitmapFont( fontfile);
...but IOhannes has this in text2d.cpp: m_bfont = new FTGLBitmapFont; m_pfont = new FTGLPixmapFont;
..so something is going on that I don't understand...what version of FTGL are you using?
could be 1.4 :( .. this is the version packaged for Debian.
Guenter