Include FT_TRUETYPE_DRIVER_H in fontconvert.c

To fix error about TT_INTERPRETER_VERSION_35 being undefined on some FreeType versions.
This commit is contained in:
cmdrf 2019-01-04 12:22:36 +01:00
parent 387d7800e6
commit 95c6ef33b0

View File

@ -23,6 +23,7 @@ See notes at end for glyph nomenclature & other tidbits.
#include <stdint.h>
#include <ft2build.h>
#include FT_GLYPH_H
#include FT_TRUETYPE_DRIVER_H
#include "../gfxfont.h" // Adafruit_GFX font structures
#define DPI 141 // Approximate res. of Adafruit 2.8" TFT