--- CEGUI-0.5.0/src/CEGUIFreeTypeFont.cpp 2006-11-04 17:46:05.000000000 +0100 +++ CEGUI-0.5.0/src/CEGUIFreeTypeFont.cpp.new 2007-04-24 22:14:07.366533388 +0200 @@ -278,8 +278,8 @@ drawGlyphToBuffer (mem_buffer + (y * texsize) + x, texsize); // Create a new image in the imageset - Rect area (float(x), float(y), float(x + glyph_w - INTER_GLYPH_PAD_SPACE), - float(y + glyph_h - INTER_GLYPH_PAD_SPACE)); + Rect area ((float)(x), (float)(y), (float)(x + glyph_w - INTER_GLYPH_PAD_SPACE), + (float)(y + glyph_h - INTER_GLYPH_PAD_SPACE)); Point offset (d_fontFace->glyph->metrics.horiBearingX * float(FT_POS_COEF), -d_fontFace->glyph->metrics.horiBearingY * float(FT_POS_COEF));