! Sets the font of the axis label. \see setLabelColor */
| 8220 | \see setLabelColor |
| 8221 | */ |
| 8222 | void 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. |
nothing calls this directly
no outgoing calls
no test coverage detected