! \internal Returns the main font to be used. This is mSelectedFont if \ref setSelected is set to true , else mFont is returned. */
| 19262 | <tt>true</tt>, else mFont is returned. |
| 19263 | */ |
| 19264 | QFont QCPTextElement::mainFont() const |
| 19265 | { |
| 19266 | return mSelected ? mSelectedFont : mFont; |
| 19267 | } |
| 19268 | |
| 19269 | /*! \internal |
| 19270 |
nothing calls this directly
no outgoing calls
no test coverage detected