QFontMetrics.boundingRect

Undocumented in source. Be warned that the author may not have intended to support it.
  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)
  4. QRect boundingRect(int x, int y, int w, int h, int flags, const(QString) text, int tabstops, int* tabarray)
    struct QFontMetrics
    pragma(inline, true) const
    boundingRect
    (
    int x
    ,
    int y
    ,
    int w
    ,
    int h
    ,
    int flags
    ,
    ref const(QString) text
    ,
    int tabstops = 0
    ,
    int* tabarray = null
    )

Meta