src/gui/text/qtextlayout.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   194     qreal y() const;
   194     qreal y() const;
   195     qreal width() const;
   195     qreal width() const;
   196     qreal ascent() const;
   196     qreal ascent() const;
   197     qreal descent() const;
   197     qreal descent() const;
   198     qreal height() const;
   198     qreal height() const;
       
   199     qreal leading() const;
       
   200 
       
   201     void setLeadingIncluded(bool included);
       
   202     bool leadingIncluded() const;
   199 
   203 
   200     qreal naturalTextWidth() const;
   204     qreal naturalTextWidth() const;
   201     QRectF naturalTextRect() const;
   205     QRectF naturalTextRect() const;
   202 
   206 
   203     enum Edge {
   207     enum Edge {