Page 1 of 1

CEGUI Error while trying to create a FreeType face

Posted: Sat Nov 26, 2005 01:39
by pokemoen
I merged/moved my GUI with some backend code and now this:

Code: Select all

*snip*
26/11/2005 02:29:43 (InfL1)   Attempting to create an Imageset from the information specified in file './data/imagesets/openglgui.imageset'.
26/11/2005 02:29:43 (InfL1)   XercesParser::initialiseSchema - Attempting to load schema from file 'Imageset.xsd'.
26/11/2005 02:29:43 (InfL1)   XercesParser::initialiseSchema - XML schema file 'Imageset.xsd' has been initialised.
26/11/2005 02:29:43 (InfL1)   Attempting to create Font 'Tahoma-12' using the font file './data/fonts/tahoma.ttf' and a size of 12.
26/11/2005 02:29:43 (InfL1)   Attempting to create Imageset 'Tahoma-12_auto_glyph_images' with texture only.
26/11/2005 02:29:43 (Error)   Exception: Font::constructor_impl - An error occurred while trying to create a FreeType face from source font './data/fonts/tahoma.ttf'.


Any ideas?
Thanks,
Alex

Re: CEGUI Error while trying to create a FreeType face

Posted: Sun Nov 27, 2005 10:23
by CrazyEddie
This is odd, could the font be corrupted at all?. I assume it's just the standard tahoma.ttf from Windows?

Do any other fonts have a similar issue?

Re: CEGUI Error while trying to create a FreeType face

Posted: Sun Nov 27, 2005 12:20
by pokemoen
Good call Eddie! (as always..)
Forgot to check my font, during the merge with the backend code it was updated from CVS without -kb, so it was "text" e.g. unreadable... :oops:

Thanks!