changeset 29 | b72c6db6890b |
parent 18 | 2f34d5167611 |
child 30 | 5dc02b23752f |
--- a/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h Fri Jun 11 14:24:45 2010 +0300 +++ b/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h Wed Jun 23 19:07:03 2010 +0300 @@ -73,6 +73,7 @@ virtual void resizeTextureData(int width, int height); virtual void fillTexture(const Coord &c, glyph_t glyph); virtual int glyphMargin() const; + virtual int glyphPadding() const; inline GLuint texture() const { return m_texture; }