diff -r e24348a560a6 -r b72c6db6890b src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp --- a/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp Fri Jun 11 14:24:45 2010 +0300 +++ b/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp Wed Jun 23 19:07:03 2010 +0300 @@ -246,4 +246,9 @@ #endif } +int QGLTextureGlyphCache::glyphPadding() const +{ + return 1; +} + QT_END_NAMESPACE