GRRLIB  4.4.0
Data Fields
GRRLIB_bytemapFont Struct Reference

Structure to hold the bytemap font information. More...

#include <grrlib.h>

Collaboration diagram for GRRLIB_bytemapFont:
Collaboration graph

Data Fields

char * name
 Font name. More...
 
u32 * palette
 Font palette. More...
 
u16 nbChar
 Number of characters in font. More...
 
u8 version
 Version. More...
 
s8 tracking
 Tracking (Add-space after each char) (-128 to 127). More...
 
GRRLIB_bytemapChar charDef [256]
 Array of bitmap characters. More...
 

Detailed Description

Structure to hold the bytemap font information.

Field Documentation

◆ charDef

GRRLIB_bytemapChar charDef[256]

Array of bitmap characters.

◆ name

char* name

Font name.

◆ nbChar

u16 nbChar

Number of characters in font.

◆ palette

u32* palette

Font palette.

◆ tracking

s8 tracking

Tracking (Add-space after each char) (-128 to 127).

◆ version

u8 version

Version.


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