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

#include <vfont.h>

Data Fields

int16_t xoff
 
int16_t yff
 
int16_t w
 
int16_t h
 
int16_t xinc
 
int16_t yinc
 
int16_t hby
 
int16_t vby
 
int16_t contours
 
int16_t v []
 

Detailed Description

BDF = Glyph Bitmap Distribution Format See: http://en.wikipedia.org/wiki/Glyph_Bitmap_Distribution_Format

Definition at line 38 of file vfont.h.

Field Documentation

int16_t path_t::contours

Definition at line 47 of file vfont.h.

int16_t path_t::h

Definition at line 42 of file vfont.h.

int16_t path_t::hby

Definition at line 45 of file vfont.h.

int16_t path_t::v[]

Definition at line 48 of file vfont.h.

int16_t path_t::vby

Definition at line 46 of file vfont.h.

int16_t path_t::w

Definition at line 41 of file vfont.h.

int16_t path_t::xinc

Definition at line 43 of file vfont.h.

int16_t path_t::xoff

Definition at line 39 of file vfont.h.

int16_t path_t::yff

Definition at line 40 of file vfont.h.

int16_t path_t::yinc

Definition at line 44 of file vfont.h.


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