CEGUI Error while trying to create a FreeType face
Posted: Sat Nov 26, 2005 01:39
I merged/moved my GUI with some backend code and now this:
Any ideas?
Thanks,
Alex
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