libpynq  (release 5EID0-2023 version 0.3.0 of 2024-04-25 09:42 )
FontxFile Struct Reference

#include <fontx.h>

Data Fields

const char * path
 
char fxname [10]
 
bool opened
 
bool valid
 
bool is_ank
 
uint8_t w
 
uint8_t h
 
uint16_t fsz
 
uint8_t bc
 
FILEfile
 

Detailed Description

Struct representing a font file.

Definition at line 28 of file fontx.h.

Field Documentation

◆ bc

uint8_t FontxFile::bc

Background color of the font file.

Definition at line 38 of file fontx.h.

◆ file

FILE* FontxFile::file

Pointer to the font file stream.

Definition at line 39 of file fontx.h.

◆ fsz

uint16_t FontxFile::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.

◆ h

uint8_t FontxFile::h

Height of each character in the font file.

Definition at line 36 of file fontx.h.

◆ is_ank

bool FontxFile::is_ank

Flag indicating whether the font file contains only ASCII characters.

Definition at line 33 of file fontx.h.

◆ opened

bool FontxFile::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

bool FontxFile::valid

Flag indicating whether the font file is valid.

Definition at line 32 of file fontx.h.

◆ w

uint8_t FontxFile::w

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: