ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Data Fields
_font Struct Reference

#include <font.h>

Data Fields

int16_t Glyphs
 
uint8_t Fixed
 
int16_t First
 
uint8_t Width
 
uint8_t Height
 
int8_t X
 
int8_t Y
 
int8_t Ascent
 
int8_t Decent
 
int8_t gap
 
int Bytes
 
uint8_tbitmap
 
_fontspecsspecs
 
_fontinfoinfo
 

Detailed Description

Definition at line 70 of file font.h.

Field Documentation

int8_t _font::Ascent

Definition at line 79 of file font.h.

Referenced by Convert_Font2c(), InitFonts(), and ReadBdf().

uint8_t * _font::bitmap
int _font::Bytes
int8_t _font::Decent

Definition at line 80 of file font.h.

Referenced by Convert_Font2c(), InitFonts(), and ReadBdf().

int16_t _font::First
uint8_t _font::Fixed

Definition at line 73 of file font.h.

Referenced by Convert_Font2c(), InitFonts(), and ReadBdf().

int8_t _font::gap

Definition at line 81 of file font.h.

Referenced by ComputeGapSize(), Convert_Font2c(), font_attr(), and InitFonts().

int16_t _font::Glyphs
uint8_t _font::Height
_fontinfo * _font::info
_fontspecs * _font::specs
uint8_t _font::Width
int8_t _font::X
int8_t _font::Y

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