embedFiglet
Utilities for C++ programming
Loading...
Searching...
No Matches
Figlet::FontFiglet Struct Reference

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
 

Detailed Description

Structure used to store a charater of the font.

Member Data Documentation

◆ lspaces

uint8_t Figlet::FontFiglet::lspaces[maxHeight]

number of spaces on the left side x line

◆ nchar

unsigned short Figlet::FontFiglet::nchar

character (ascii) number

◆ rows

char const* Figlet::FontFiglet::rows[maxHeight]

charater definition

◆ rspaces

uint8_t Figlet::FontFiglet::rspaces[maxHeight]

number of spaces on the right side x line


The documentation for this struct was generated from the following file: