diff options
author | Jason Barron <jbarron@trolltech.com> | 2010-02-01 09:54:53 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2010-07-12 07:03:03 (GMT) |
commit | a07ae6df3c274639ff68856cd2e68689a3ddbf3f (patch) | |
tree | 0a5e09ae25ac92803f869fa09af3cc0d6cb54db9 /src/gui/text/qfontengine_s60_p.h | |
parent | 8757747b05940d8ce6e9550b382a7ea196db90b4 (diff) | |
download | Qt-a07ae6df3c274639ff68856cd2e68689a3ddbf3f.zip Qt-a07ae6df3c274639ff68856cd2e68689a3ddbf3f.tar.gz Qt-a07ae6df3c274639ff68856cd2e68689a3ddbf3f.tar.bz2 |
Add new file for Symbian specific VG stuff and add Symbian glyph cache.
Factor out the Symbian specific bits of QVGPixmapData into a separate
file and introduce our subclassed implementation of the VG font cache.
Also make our font cache a friend of the S60 font engine because the
cache needs to access the CFont member to create the glyph image.
Reviewed-by: Alessandro Portale
Diffstat (limited to 'src/gui/text/qfontengine_s60_p.h')
-rw-r--r-- | src/gui/text/qfontengine_s60_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/text/qfontengine_s60_p.h b/src/gui/text/qfontengine_s60_p.h index beeb4cc..9400d55 100644 --- a/src/gui/text/qfontengine_s60_p.h +++ b/src/gui/text/qfontengine_s60_p.h @@ -134,6 +134,7 @@ public: private: friend class QFontPrivate; + friend class QSymbianVGFontGlyphCache; QFixed glyphAdvance(HB_Glyph glyph) const; CFont *fontWithSize(qreal size) const; |