ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#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 |
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 |
Definition at line 61 of file font.h.
Referenced by AddFontName(), Convert_Font2c(), FontHeaderInfo(), FreeFont(), InitFonts(), WriteFontBits(), WriteFontInfo(), and WriteFontTable().
char * _fontinfo::WEIGHT_NAME |
Definition at line 65 of file font.h.
Referenced by AddFontName(), FontHeaderInfo(), FreeFont(), InitFonts(), ReadBdf(), and WriteFontInfo().