QFontMetrics.boundingRect

Undocumented in source.
  1. QRect boundingRect(QChar )
  2. QRect boundingRect(const(QString) text)
  3. QRect boundingRect(const(QRect) r, int flags, const(QString) text, int tabstops, int* tabarray)
    struct QFontMetrics
    const
    boundingRect
    (
    ref const(QRect) r
    ,
    int flags
    ,
    ref const(QString) text
    ,
    int tabstops = 0
    ,
    int* tabarray = null
    )
  4. QRect boundingRect(int x, int y, int w, int h, int flags, const(QString) text, int tabstops, int* tabarray)

Meta