* @brief Returns the rendered width of `text` under the current font. */
| 1344 | * @brief Returns the rendered width of `text` under the current font. |
| 1345 | */ |
| 1346 | qreal Widgets::PainterContext::measureTextWidth(const QString& text) const |
| 1347 | { |
| 1348 | return QFontMetricsF(m_state.font).horizontalAdvance(text); |
| 1349 | } |
| 1350 | |
| 1351 | /** |
| 1352 | * @brief Canvas-2D shaped measureText: returns { width, actualBoundingBoxAscent, |