MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / textAlign

Method textAlign

app/src/UI/Widgets/PainterContext.cpp:465–468  ·  view source on GitHub ↗

* @brief Returns the current text horizontal alignment. */

Source from the content-addressed store, hash-verified

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

Callers 5

_drawMethod · 0.80
drawTitleMethod · 0.80
drawTitleMethod · 0.80
drawBodyMethod · 0.80
drawFooterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected