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

Method font

app/src/Console/Handler.cpp:303–306  ·  view source on GitHub ↗

* @brief Returns the current console font. */

Source from the content-addressed store, hash-verified

301 * @brief Returns the current console font.
302 */
303QFont Console::Handler::font() const
304{
305 return m_font;
306}
307
308/**
309 * @brief Returns the current console font size in points.

Callers 8

drawObjectMethod · 0.80
paintEventMethod · 0.80
TerminalMethod · 0.80
renderAxisLayerMethod · 0.80
drawXAxisMethod · 0.80
drawYAxisMethod · 0.80
drawCursorTooltipMethod · 0.80
renderCameraIndicatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected