! When this legend item is selected, \a font is used to draw generic text, instead of the normal font set with \ref setFont. \see setFont, QCPLegend::setSelectedFont */
| 18790 | \see setFont, QCPLegend::setSelectedFont |
| 18791 | */ |
| 18792 | void QCPAbstractLegendItem::setSelectedFont(const QFont &font) |
| 18793 | { |
| 18794 | mSelectedFont = font; |
| 18795 | } |
| 18796 | |
| 18797 | /*! |
| 18798 | When this legend item is selected, \a color is used to draw generic text, instead of the normal |