#include <fontx.h>
Struct representing a font file.
Definition at line 28 of file fontx.h.
◆ bc
Background color of the font file.
Definition at line 38 of file fontx.h.
◆ file
Pointer to the font file stream.
Definition at line 39 of file fontx.h.
◆ fsz
Size of the font file in bytes.
Definition at line 37 of file fontx.h.
◆ fxname
char FontxFile::fxname[10] |
Name of the font file.
Definition at line 30 of file fontx.h.
Height of each character in the font file.
Definition at line 36 of file fontx.h.
◆ is_ank
Flag indicating whether the font file contains only ASCII characters.
Definition at line 33 of file fontx.h.
◆ opened
Flag indicating whether the font file is open.
Definition at line 31 of file fontx.h.
◆ path
const char* FontxFile::path |
Path to the font file.
Definition at line 29 of file fontx.h.
◆ valid
Flag indicating whether the font file is valid.
Definition at line 32 of file fontx.h.
Width of each character in the font file.
Definition at line 35 of file fontx.h.
The documentation for this struct was generated from the following file: