|
SatCat5
|
The Font class maps characters to fixed-size icons.
Definition at line 86 of file gui_icons.h.
#include <gui_icons.h>
Public Member Functions | |
| constexpr | Font (const T *data) |
| Link the Font to an array of icon objects in ASCII order. | |
| const T * | icon (char c) const |
| Fetch the icon associated with a given character. | |
Protected Attributes | |
| const T *const | m_data |