* @brief Returns the current console font. */
| 301 | * @brief Returns the current console font. |
| 302 | */ |
| 303 | QFont Console::Handler::font() const |
| 304 | { |
| 305 | return m_font; |
| 306 | } |
| 307 | |
| 308 | /** |
| 309 | * @brief Returns the current console font size in points. |
no outgoing calls
no test coverage detected