BDF properties not available until FreeType 2.1.4
This commit is contained in:
parent
12d49d3cf4
commit
2b2f2a714a
|
@ -55,7 +55,7 @@
|
|||
#include <freetype/ttnameid.h>
|
||||
#include <freetype/t1tables.h>
|
||||
|
||||
#if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 3))
|
||||
#if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4))
|
||||
#include <freetype/ftbdf.h>
|
||||
#define USE_FTBDF
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue