MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / getFontType

Method getFontType

lib/SensorPlugin/src/SensorPlugin.h:115–118  ·  view source on GitHub ↗

* Get font type. * * @return The font type the plugin uses. */

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected