8#ifndef FONTLIST_DEFINED
9#define FONTLIST_DEFINED
45 GrFont *fonts[6] = {
nullptr,
nullptr,
nullptr,
nullptr,
nullptr,
nullptr};
52 static FontList *_instance;
67 FontList(
const FontList &) =
delete;
70 FontList &operator=(
const FontList &) =
delete;
Defines the colors used by the application.
Defines the base class used by all Graphical Fonts.
GrFont * get(FontID id)
Returns a pointer to the requested graphical font.
Definition FontList.h:78
FontID
Enumeration listing available fonts.
Definition FontList.h:35
@ Red180
Red monospace font of size 180.
Definition FontList.h:36
@ White90
White monospace font of size 90.
Definition FontList.h:37
@ Blue64
Blue monospace font of size 64.
Definition FontList.h:39
@ White32
White monospace font of size 32.
Definition FontList.h:41
@ White64
White monospace font of size 64.
Definition FontList.h:40
@ Red64
Red monospace font of size 64.
Definition FontList.h:38
static FontList * getInstance(void)
Returns pointer to the single FontList object.
Definition FontList.cpp:43
Base class used by all Graphical Fonts.
Definition GrFont.h:46