axmol/cocos2dx/platform/linux
Andre Rudlaff 89f08bb441 [Linux] fixed font rendering crash for certain fonts
face->size->metrics->ascender seems to be unreliable for some fonts,
additionally the freetype documentation says that it may be used
differently for different fonts.
Therefore it may happen that the ascender of a font face is less then
the glyphs bounding box resulting in accessing invalid memory.

The fix is to use the bbox attribute instead of the ascender
2013-03-28 00:54:11 +01:00
..
CCAccelerometer.h issue #1530: Added empty implementation of 'CCAccelerometer::setAccelerometerInterval' for win32,blackberry,linux,mac and marmalade ports. 2012-11-16 15:56:51 +08:00
CCApplication.cpp Adding Portuguese and Arabic language support 2013-02-11 15:29:56 +00:00
CCApplication.h CCFileUtils::s|gSearchPath -> CCFileUtils::s\gSearchPaths. 2013-01-29 09:56:38 +08:00
CCCommon.cpp fix CCLuaLog() 2013-02-02 15:05:30 +08:00
CCDevice.cpp fixed #1712: Adding default dpi for marmalade and mac since i don't know how to get DPI for these platforms. 2013-02-17 17:13:06 +08:00
CCEGLView.cpp Enable stencil buffer for linux. 2012-12-04 16:48:23 +08:00
CCEGLView.h fixed #1522: CCEGLView class of desktop platforms should override CCEGLViewProtocol::setScissorInPoints. 2012-10-24 10:03:19 +08:00
CCFileUtilsLinux.cpp issue #1702:fix a typo error 2013-02-06 18:04:40 +08:00
CCFileUtilsLinux.h issue #1702:fix a typo error 2013-02-06 18:04:40 +08:00
CCGL.h [FIX] testjs 2012-08-02 16:23:31 +08:00
CCImage.cpp [Linux] fixed font rendering crash for certain fonts 2013-03-28 00:54:11 +01:00
CCPlatformDefine.h Fixes #1317 by http://gcc.gnu.org/wiki/Visibility 2012-09-19 04:59:33 +09:00
CCStdC.cpp [FIX] testjs 2012-08-02 16:23:31 +08:00
CCStdC.h Moved '#include <stdint.h>' to 'platform/ios(android,linux,blackberry)/CCStdC.h' since win32 don't have a stdint.h. 2012-08-29 14:49:02 -07:00