MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / getFont

Method getFont

qcustomplot/qcustomplot.cpp:18212–18215  ·  view source on GitHub ↗

! \internal Returns the font that shall be used to draw text, taking into account the selection state of this item. */

Source from the content-addressed store, hash-verified

18210 item.
18211*/
18212QFont QCPPlottableLegendItem::getFont() const
18213{
18214 return mSelected ? mSelectedFont : mFont;
18215}
18216
18217/*! \internal
18218

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected