ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Macros | Variables
fonts.h File Reference

Go to the source code of this file.

Macros

#define MEMSPACE_FONT   /* */
 

Variables

unsigned char Fixed_Bold_R_X7_Y13_bitmap []
 
_fontspecs Fixed_Bold_R_X7_Y13_specs []
 
_font Fixed_Bold_R_X7_Y13
 
unsigned char Terminus_Bold_R_X12_Y24_bitmap []
 
_fontspecs Terminus_Bold_R_X12_Y24_specs []
 
_font Terminus_Bold_R_X12_Y24
 
unsigned char Terminus_Bold_R_X16_Y32_bitmap []
 
_fontspecs Terminus_Bold_R_X16_Y32_specs []
 
_font Terminus_Bold_R_X16_Y32
 
unsigned char FreeSans_Bold_R_X49_Y48_bitmap []
 
_fontspecs FreeSans_Bold_R_X49_Y48_specs []
 
_font FreeSans_Bold_R_X49_Y48
 
_fontallfonts [5]
 Include the Generated Font table The generated tables always include Font specifications: width, height, offsets, font type, etc Font information: name, copyright, style information Note: FONSPECS and FONTINFO defines controls actual usage. We can also overide FONTSPECS here or in the Makefile for testing. More...
 

Detailed Description

Created using bdffont2c (c) 2015 by Mike Gore License GPL3

BDF File: [fixed/7x13B.bdf] C structure:[Fixed_Bold_R_X7_Y13]

FONT COPYRIGHT: Public domain font. Share and enjoy. FONT NAME: -Misc-Fixed-Bold-R-Normal–13-120-75-75-C-70-ISO10646-1 FAMILY_NAME: Fixed WEIGHT_NAME: Bold SLANT: R

Created using bdffont2c (c) 2015 by Mike Gore License GPL3

BDF File: [fonts/C/24-Terminus-Bold.bdf] C structure:[Terminus_Bold_R_X12_Y24]

FONT COPYRIGHT: Copyright (C) 2006 Dimitar Toshkov Zhekov FONT NAME: -xos4-Terminus-Bold-R-Normal–24-240-72-72-C-120-ISO10646-1 FAMILY_NAME: Terminus WEIGHT_NAME: Bold SLANT: R

Created using bdffont2c (c) 2015 by Mike Gore License GPL3

BDF File: [fonts/C/32-Terminus-Bold.bdf] C structure:[Terminus_Bold_R_X16_Y32]

FONT COPYRIGHT: Copyright (C) 2006 Dimitar Toshkov Zhekov FONT NAME: -xos4-Terminus-Bold-R-Normal–32-320-72-72-C-160-ISO10646-1 FAMILY_NAME: Terminus WEIGHT_NAME: Bold SLANT: R

Created using bdffont2c (c) 2015 by Mike Gore License GPL3

BDF File: [freefont/FreeSansBold.bdf] C structure:[FreeSans_Bold_R_X49_Y48]

FONT COPYRIGHT: Copyright 2002, 2003, 2005, 2008, 2009, 2010, 2012 GNU Freefont contributors. FONT NAME: -FreeType-FreeSans-Bold-R-Normal–50-120-300-300-P-275-ISO10646-1 FAMILY_NAME: FreeSans WEIGHT_NAME: Bold SLANT: R

Definition in file fonts.h.

Macro Definition Documentation

#define MEMSPACE_FONT   /* */

Definition at line 21 of file fonts.h.

Variable Documentation

_font* allfonts[5]
Initial value:
= {
}
_font Terminus_Bold_R_X16_Y32
Definition: fonts.h:5045
#define NULL
Definition: cpu.h:55
_font Fixed_Bold_R_X7_Y13
Definition: fonts.h:36
_font Terminus_Bold_R_X12_Y24
Definition: fonts.h:1944
_font FreeSans_Bold_R_X49_Y48
Definition: fonts.h:8883

Include the Generated Font table The generated tables always include Font specifications: width, height, offsets, font type, etc Font information: name, copyright, style information Note: FONSPECS and FONTINFO defines controls actual usage. We can also overide FONTSPECS here or in the Makefile for testing.

Definition at line 14699 of file fonts.h.

Referenced by main().

_font Fixed_Bold_R_X7_Y13

Definition at line 36 of file fonts.h.

MEMSPACE_FONT unsigned char Fixed_Bold_R_X7_Y13_bitmap

Definition at line 197 of file fonts.h.

MEMSPACE_FONT _fontspecs Fixed_Bold_R_X7_Y13_specs

Definition at line 95 of file fonts.h.

_font FreeSans_Bold_R_X49_Y48

Definition at line 8883 of file fonts.h.

MEMSPACE_FONT unsigned char FreeSans_Bold_R_X49_Y48_bitmap

Definition at line 9044 of file fonts.h.

MEMSPACE_FONT _fontspecs FreeSans_Bold_R_X49_Y48_specs

Definition at line 8942 of file fonts.h.

_font Terminus_Bold_R_X12_Y24

Definition at line 1944 of file fonts.h.

MEMSPACE_FONT unsigned char Terminus_Bold_R_X12_Y24_bitmap

Definition at line 2105 of file fonts.h.

MEMSPACE_FONT _fontspecs Terminus_Bold_R_X12_Y24_specs

Definition at line 2003 of file fonts.h.

_font Terminus_Bold_R_X16_Y32

Definition at line 5045 of file fonts.h.

MEMSPACE_FONT unsigned char Terminus_Bold_R_X16_Y32_bitmap

Definition at line 5206 of file fonts.h.

MEMSPACE_FONT _fontspecs Terminus_Bold_R_X16_Y32_specs

Definition at line 5104 of file fonts.h.