! Sets the font of the tick labels. \see setTickLabels, setTickLabelColor */
| 7932 | \see setTickLabels, setTickLabelColor |
| 7933 | */ |
| 7934 | void 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. |
nothing calls this directly
no outgoing calls
no test coverage detected