Skip to content

Commit 95c6ef3

Browse files
committed
Include FT_TRUETYPE_DRIVER_H in fontconvert.c
To fix error about TT_INTERPRETER_VERSION_35 being undefined on some FreeType versions.
1 parent 387d780 commit 95c6ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fontconvert/fontconvert.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ See notes at end for glyph nomenclature & other tidbits.
2323
#include <stdint.h>
2424
#include <ft2build.h>
2525
#include FT_GLYPH_H
26+
#include FT_TRUETYPE_DRIVER_H
2627
#include "../gfxfont.h" // Adafruit_GFX font structures
2728

2829
#define DPI 141 // Approximate res. of Adafruit 2.8" TFT

0 commit comments

Comments
 (0)