We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 387d780 + 95c6ef3 commit b920674Copy full SHA for b920674
fontconvert/fontconvert.c
@@ -23,6 +23,7 @@ See notes at end for glyph nomenclature & other tidbits.
23
#include <stdint.h>
24
#include <ft2build.h>
25
#include FT_GLYPH_H
26
+#include FT_TRUETYPE_DRIVER_H
27
#include "../gfxfont.h" // Adafruit_GFX font structures
28
29
#define DPI 141 // Approximate res. of Adafruit 2.8" TFT
0 commit comments