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

#include <font.h>

Data Fields

char * FILE_NAME
 
char * STRUCT_NAME
 
char * COPYRIGHT
 
char * FONT_NAME
 
char * FAMILY_NAME
 
char * WEIGHT_NAME
 
char * SLANT
 
char * SPACING
 

Detailed Description

Definition at line 58 of file font.h.

Field Documentation

char * _fontinfo::COPYRIGHT

Definition at line 62 of file font.h.

Referenced by FontHeaderInfo(), FreeFont(), InitFonts(), ReadBdf(), and WriteFontInfo().

char * _fontinfo::FAMILY_NAME

Definition at line 64 of file font.h.

Referenced by AddFontName(), FontHeaderInfo(), FreeFont(), InitFonts(), ReadBdf(), and WriteFontInfo().

char * _fontinfo::FILE_NAME

Definition at line 60 of file font.h.

Referenced by FontHeaderInfo(), FreeFont(), InitFonts(), ReadBdf(), and WriteFontInfo().

char * _fontinfo::FONT_NAME

Definition at line 63 of file font.h.

Referenced by FontHeaderInfo(), FreeFont(), InitFonts(), ReadBdf(), and WriteFontInfo().

char * _fontinfo::SLANT

Definition at line 66 of file font.h.

Referenced by AddFontName(), FontHeaderInfo(), FreeFont(), InitFonts(), ReadBdf(), and WriteFontInfo().

char * _fontinfo::SPACING

Definition at line 67 of file font.h.

Referenced by FreeFont(), InitFonts(), ReadBdf(), and WriteFontInfo().

char * _fontinfo::STRUCT_NAME
char * _fontinfo::WEIGHT_NAME

Definition at line 65 of file font.h.

Referenced by AddFontName(), FontHeaderInfo(), FreeFont(), InitFonts(), ReadBdf(), and WriteFontInfo().


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