MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / setTickLabelFont

Method setTickLabelFont

qcustomplot.cpp:7934–7941  ·  view source on GitHub ↗

! Sets the font of the tick labels. \see setTickLabels, setTickLabelColor */

Source from the content-addressed store, hash-verified

7932 \see setTickLabels, setTickLabelColor
7933*/
7934void QCPAxis::setTickLabelFont(const QFont &font)
7935{
7936 if (font != mTickLabelFont)
7937 {
7938 mTickLabelFont = font;
7939 mCachedMarginValid = false;
7940 }
7941}
7942
7943/*!
7944 Sets the color of the tick labels.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected