ArduinoGraphics - textFontWidth()

Description

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

Syntax

YourScreen.textFontWidth()

Parameters

None

Returns

Nothing

Example

int w = YourScreen.textFontWidth();