Merge pull request #195 from cmdrf/fontconvert-include-truetype-driver-h

Include FT_TRUETYPE_DRIVER_H in fontconvert.c
This commit is contained in:
Limor "Ladyada" Fried 2019-01-04 14:03:39 -05:00 committed by GitHub
commit b920674807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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