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

Method setLabelFont

qcustomplot/qcustomplot.cpp:8222–8229  ·  view source on GitHub ↗

! Sets the font of the axis label. \see setLabelColor */

Source from the content-addressed store, hash-verified

8220 \see setLabelColor
8221*/
8222void QCPAxis::setLabelFont(const QFont &font)
8223{
8224 if (mLabelFont != font)
8225 {
8226 mLabelFont = font;
8227 mCachedMarginValid = false;
8228 }
8229}
8230
8231/*!
8232 Sets the color of the axis label.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected