20#ifndef GRAPHICDISPLAY_FONTS_H_
21#define GRAPHICDISPLAY_FONTS_H_
33#ifdef GD_INCLUDE_FONT_6x8
36#ifdef GD_INCLUDE_FONT_7x10
39#ifdef GD_INCLUDE_FONT_11x18
42#ifdef GD_INCLUDE_FONT_16x26
45#ifdef GD_INCLUDE_FONT_16x24
48#ifdef GD_INCLUDE_FONT_16x15
Main header file of Graphic Display Library, here we have the middle layer of the library....
const gd_font_t * Font_16x15
Definition GraphicDisplay_Fonts.c:934
const gd_font_t * Font_6x8
Definition GraphicDisplay_Fonts.c:907
const gd_font_t * Font_11x18
Definition GraphicDisplay_Fonts.c:915
const gd_font_t * Font_16x24
Definition GraphicDisplay_Fonts.c:925
const gd_font_t * Font_7x10
Definition GraphicDisplay_Fonts.c:911
const gd_font_t * Font_16x26
Definition GraphicDisplay_Fonts.c:919
Structure to holds Fonts. The default fonts are defined in GraphicDisplay_Fonts.h....
Definition GraphicDisplay.h:300