src/gui/text/qfontmetrics.cpp
branchRCL_3
changeset 13 c0432d11811c
parent 7 3f74d0d4af4c
equal deleted inserted replaced
12:cc75c76972ee 13:c0432d11811c
    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