equal
deleted
inserted
replaced
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 { |