el h / SimpleGUI

Fork of SimpleGUI by Duncan McIntyre

Embed: (wiki syntax)

« Back to documentation index

Font Class Reference

Font Class Reference

Interface defining a Font This is used by both the UniGraphic and FastFont implementations. More...

#include <Font.h>

Inherited by FastFont, and UGFont.

Public Member Functions

virtual uint8_t widthOf (char c)=0
 The unzoomed width of the character.
virtual uint8_t height ()=0
 The unzoomed height of a character.

Detailed Description

Interface defining a Font This is used by both the UniGraphic and FastFont implementations.

Definition at line 11 of file Font.h.


Member Function Documentation

virtual uint8_t height (  ) [pure virtual]

The unzoomed height of a character.

Implemented in UGFont.

virtual uint8_t widthOf ( char  c ) [pure virtual]

The unzoomed width of the character.

Implemented in UGFont.