src/gui/text/qfontengine_s60_p.h
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 5 d3bac044e0f0
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     8 **
     8 **
   124 private:
   124 private:
   125     friend class QFontPrivate;
   125     friend class QFontPrivate;
   126 
   126 
   127     QFixed glyphAdvance(HB_Glyph glyph) const;
   127     QFixed glyphAdvance(HB_Glyph glyph) const;
   128 
   128 
   129     CFbsBitmap *m_textRenderBitmap;
       
   130     CFbsBitmapDevice *m_textRenderBitmapDevice;
       
   131     CFbsBitGc *m_textRenderBitmapGc;
       
   132     CFont* m_font;
   129     CFont* m_font;
   133     const QFontEngineS60Extensions *m_extensions;
   130     const QFontEngineS60Extensions *m_extensions;
   134     qreal m_fontSizeInPixels;
   131     qreal m_fontSizeInPixels;
   135 };
   132 };
   136 
   133