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 eeec0f6 commit addf773Copy full SHA for addf773
fontconvert/fontconvert.c
@@ -23,6 +23,7 @@ See notes at end for glyph nomenclature & other tidbits.
23
#include <stdint.h>
24
#include <stdio.h>
25
#include FT_GLYPH_H
26
+#include FT_MODULE_H
27
#include FT_TRUETYPE_DRIVER_H
28
#include "../gfxfont.h" // Adafruit_GFX font structures
29
0 commit comments