ArduinoGraphics - textFontHeight()

Description

Returns the height, in pixels, of the current font.

Syntax

YourScreen.textFontHeight()

Parameters

None

Returns

Nothing

Example

int h = YourScreen.textFontHeight();