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

Method mainFont

qcustomplot/qcustomplot.cpp:19264–19267  ·  view source on GitHub ↗

! \internal Returns the main font to be used. This is mSelectedFont if \ref setSelected is set to true , else mFont is returned. */

Source from the content-addressed store, hash-verified

19262 <tt>true</tt>, else mFont is returned.
19263*/
19264QFont QCPTextElement::mainFont() const
19265{
19266 return mSelected ? mSelectedFont : mFont;
19267}
19268
19269/*! \internal
19270

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected