* @brief Returns the current text horizontal alignment. */
| 463 | * @brief Returns the current text horizontal alignment. |
| 464 | */ |
| 465 | QString Widgets::PainterContext::textAlign() const |
| 466 | { |
| 467 | return m_state.textAlign; |
| 468 | } |
| 469 | |
| 470 | /** |
| 471 | * @brief Returns the current text vertical baseline. |
no outgoing calls
no test coverage detected