EasyRad / TFTLCD

Fork of TFTLCD by Todor Todorov

Embed: (wiki syntax)

« Back to documentation index

Font_struct Struct Reference

Font_struct Struct Reference

Describes fonts and their properties. More...

#include <lcd_base.h>

Data Fields

const char * font
 A pointer to the first byte in the font.
unsigned char width
 The width of each character, in pixels.
unsigned char height
 Height of each character, in pixels.
unsigned char offset
 Offset of the first character in the font.
unsigned char numchars
 Count of the available characters in the font.

Detailed Description

Describes fonts and their properties.

See also:
Comments in fonts.h

Definition at line 133 of file lcd_base.h.


Field Documentation

const char* font

A pointer to the first byte in the font.

Definition at line 135 of file lcd_base.h.

unsigned char height

Height of each character, in pixels.

Definition at line 137 of file lcd_base.h.

unsigned char numchars

Count of the available characters in the font.

Definition at line 139 of file lcd_base.h.

unsigned char offset

Offset of the first character in the font.

Definition at line 138 of file lcd_base.h.

unsigned char width

The width of each character, in pixels.

Definition at line 136 of file lcd_base.h.