]> git.imager.perl.org - imager.git/blobdiff - FT2/imft2.h
better validate numeric hatch values for fills
[imager.git] / FT2 / imft2.h
index 6c641c90ca7d77691eb0f3cc2219fc0e124112e7..2153a333ebe9e7edd297ad93fa901f6d29c7b31b 100644 (file)
@@ -7,6 +7,7 @@ typedef struct FT2_Fonthandle FT2_Fonthandle;
 
 typedef FT2_Fonthandle* Imager__Font__FT2x;
 
+extern int i_ft2_version(int runtime, char *buf, size_t buf_size);
 extern void i_ft2_start(void);
 extern FT2_Fonthandle * i_ft2_new(const char *name, int index);
 extern void i_ft2_destroy(FT2_Fonthandle *handle);