src/gui/text/qfontmetrics.cpp
changeset 22 79de32ba3296
parent 19 fcece45ef507
child 30 5dc02b23752f
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
    61 
    61 
    62 extern void qt_format_text(const QFont& font, const QRectF &_r,
    62 extern void qt_format_text(const QFont& font, const QRectF &_r,
    63                            int tf, const QString &text, QRectF *brect,
    63                            int tf, const QString &text, QRectF *brect,
    64                            int tabStops, int *tabArray, int tabArrayLen,
    64                            int tabStops, int *tabArray, int tabArrayLen,
    65                            QPainter *painter);
    65                            QPainter *painter);
    66 extern int qt_defaultDpi();
    66 Q_GUI_EXPORT extern int qt_defaultDpi();
    67 
    67 
    68 /*****************************************************************************
    68 /*****************************************************************************
    69   QFontMetrics member functions
    69   QFontMetrics member functions
    70  *****************************************************************************/
    70  *****************************************************************************/
    71 
    71