Changeset 8127 in ntrip for trunk/BNC/qwt/qwt_text_engine.h


Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_text_engine.h

    r4271 r8127  
    22 * Qwt Widget Library
    33 * Copyright (C) 1997   Josef Wilgen
    4  * Copyright (C) 2003   Uwe Rathmann
     4 * Copyright (C) 2002   Uwe Rathmann
    55 *
    66 * This library is free software; you can redistribute it and/or
     
    5858      \param text Text to be rendered
    5959
    60       \return Caluclated size
     60      \return Calculated size
    6161     */
    6262    virtual QSizeF textSize( const QFont &font, int flags,
     
    7575
    7676      The textSize might include margins around the
    77       text, like QFontMetrics::descent. In situations
    78       where texts need to be aligend in detail, knowing
     77      text, like QFontMetrics::descent(). In situations
     78      where texts need to be aligned in detail, knowing
    7979      these margins might improve the layout calculations.
    8080
     
    9494      \param painter Painter
    9595      \param rect Clipping rectangle
    96       \param flags Bitwise OR of the flags like in for QPainter::drawText
     96      \param flags Bitwise OR of the flags like in for QPainter::drawText()
    9797      \param text Text to be rendered
    9898     */
Note: See TracChangeset for help on using the changeset viewer.