![]() |
embedFiglet
Utilities for C++ programming
|
Structure used to store a charater of the font. More...
#include <Figlet.hh>
Public Attributes | |
unsigned short | nchar |
character (ascii) number | |
uint8_t | lspaces [maxHeight] |
number of spaces on the left side x line | |
uint8_t | rspaces [maxHeight] |
number of spaces on the right side x line | |
char const * | rows [maxHeight] |
charater definition | |
Structure used to store a charater of the font.
uint8_t Figlet::FontFiglet::lspaces[maxHeight] |
number of spaces on the left side x line
unsigned short Figlet::FontFiglet::nchar |
character (ascii) number
char const* Figlet::FontFiglet::rows[maxHeight] |
charater definition
uint8_t Figlet::FontFiglet::rspaces[maxHeight] |
number of spaces on the right side x line