ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#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_t * | bitmap |
_fontspecs * | specs |
_fontinfo * | info |
int8_t _font::Ascent |
Definition at line 79 of file font.h.
Referenced by Convert_Font2c(), InitFonts(), and ReadBdf().
uint8_t * _font::bitmap |
Definition at line 84 of file font.h.
Referenced by ComputeGapSize(), font_attr(), FontAdjustFull(), FontAdjustSmall(), FontPreview(), FontPreviewFull(), FontPreviewProportional(), FreeFont(), InitFonts(), ReadBdf(), and WriteCharacterBits().
int _font::Bytes |
Definition at line 83 of file font.h.
Referenced by Convert_Font2c(), FontAdjustFull(), FontAdjustSmall(), InitFonts(), ReadBdf(), and WriteFontBits().
int8_t _font::Decent |
Definition at line 80 of file font.h.
Referenced by Convert_Font2c(), InitFonts(), and ReadBdf().
int16_t _font::First |
Definition at line 74 of file font.h.
Referenced by Convert_Font2c(), font_attr(), FontPreview(), FontPreviewFull(), FontPreviewProportional(), InitFonts(), ReadBdf(), WriteCharacterBits(), and WriteFontTable().
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 |
Definition at line 72 of file font.h.
Referenced by AdjustFontTable(), ComputeGapSize(), Convert_Font2c(), font_attr(), FontAdjustFull(), FontAdjustSmall(), FontPreview(), FontPreviewFull(), FontPreviewProportional(), ReadBdf(), WriteCharacterBits(), WriteFontBits(), WriteFontBitsPreview(), WriteFontInfo(), and WriteFontTable().
uint8_t _font::Height |
Definition at line 76 of file font.h.
Referenced by AddFontName(), AdjustFontTable(), ComputeGapSize(), Convert_Font2c(), font_attr(), font_H(), FontAdjustFull(), FontAdjustSmall(), FontPreview(), FontPreviewFull(), FontPreviewProportional(), InitFonts(), ReadBdf(), and WriteCharacterBits().
_fontinfo * _font::info |
Definition at line 86 of file font.h.
Referenced by AddFontName(), Convert_Font2c(), FontHeaderInfo(), FreeFont(), InitFonts(), ReadBdf(), WriteFontBits(), WriteFontInfo(), and WriteFontTable().
_fontspecs * _font::specs |
Definition at line 85 of file font.h.
Referenced by AdjustFontTable(), ComputeGapSize(), font_attr(), FontAdjustFull(), FontAdjustSmall(), FontPreview(), FontPreviewFull(), FontPreviewProportional(), FreeFont(), InitFonts(), ReadBdf(), WriteCharacterBits(), and WriteFontTable().
uint8_t _font::Width |
Definition at line 75 of file font.h.
Referenced by AddFontName(), AdjustFontTable(), ComputeGapSize(), Convert_Font2c(), font_attr(), font_W(), FontAdjustFull(), FontAdjustSmall(), FontPreview(), FontPreviewFull(), FontPreviewProportional(), InitFonts(), ReadBdf(), and WriteCharacterBits().
int8_t _font::X |
Definition at line 77 of file font.h.
Referenced by AdjustFontTable(), Convert_Font2c(), FontAdjustFull(), FontAdjustSmall(), InitFonts(), and ReadBdf().
int8_t _font::Y |
Definition at line 78 of file font.h.
Referenced by AdjustFontTable(), Convert_Font2c(), FontAdjustFull(), FontAdjustSmall(), InitFonts(), and ReadBdf().