Skip to content

Commit b920674

Browse files
authored
Merge pull request #195 from cmdrf/fontconvert-include-truetype-driver-h
Include FT_TRUETYPE_DRIVER_H in fontconvert.c
2 parents 387d780 + 95c6ef3 commit b920674

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)