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.
1 parent 387d780 commit 95c6ef3Copy full SHA for 95c6ef3
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