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

Method getTickLabelFont

qcustomplot/qcustomplot.cpp:9068–9071  ·  view source on GitHub ↗

! \internal Returns the font that is used to draw the tick labels. Depending on the selection state, this is either mSelectedTickLabelFont or mTickLabelFont. */

Source from the content-addressed store, hash-verified

9066 is either mSelectedTickLabelFont or mTickLabelFont.
9067*/
9068QFont QCPAxis::getTickLabelFont() const
9069{
9070 return mSelectedParts.testFlag(spTickLabels) ? mSelectedTickLabelFont : mTickLabelFont;
9071}
9072
9073/*! \internal
9074

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected