* Get font type. * * @return The font type the plugin uses. */
| 113 | * @return The font type the plugin uses. |
| 114 | */ |
| 115 | Fonts::FontType getFontType() const final |
| 116 | { |
| 117 | return m_view.getFontType(); |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Set font type. |
nothing calls this directly
no outgoing calls
no test coverage detected