src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp
changeset 29 b72c6db6890b
parent 18 2f34d5167611
child 30 5dc02b23752f
--- 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