mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
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:
parent
387d7800e6
commit
95c6ef33b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user