ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
Main Page
Related Pages
Data Structures
Files
File List
Globals
display
vfont.h
Go to the documentation of this file.
1
33
#ifndef _VFONT_H_
34
#define _VFONT_H_
35
36
//#include "stdint.h"
37
38
typedef
struct
{
39
int16_t
xoff
;
/* X offset */
40
int16_t
yff
;
/* Y offset */
41
int16_t
w
;
/* Width */
42
int16_t
h
;
/* Height */
43
int16_t
xinc
;
/* Distance to Next Character by X */
44
int16_t
yinc
;
/* Distance to Next Character by Y */
45
int16_t
hby
;
/* gm.horiBearingY */
46
int16_t
vby
;
/* gm.vertBearingY */
47
int16_t
contours
;
/* Contours */
48
int16_t v[];
/* Data */
49
}
path_t
;
50
51
#endif //_VFONT_H_
path_t::contours
int16_t contours
Definition:
vfont.h:47
path_t::xinc
int16_t xinc
Definition:
vfont.h:43
path_t::w
int16_t w
Definition:
vfont.h:41
path_t::xoff
int16_t xoff
Definition:
vfont.h:39
path_t::vby
int16_t vby
Definition:
vfont.h:46
path_t::hby
int16_t hby
Definition:
vfont.h:45
path_t::yinc
int16_t yinc
Definition:
vfont.h:44
path_t::h
int16_t h
Definition:
vfont.h:42
path_t::yff
int16_t yff
Definition:
vfont.h:40
path_t
Definition:
vfont.h:38
Generated on Wed Jan 31 2018 21:22:16 for ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts by
1.8.11