mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 05:04:24 +03:00
Revert "detect FreeType / HarfBuzz features"
This reverts commit 6565d13275
.
This commit is contained in:
parent
7d82ac8669
commit
999ef3e4ea
15
src/thirdparty/raqm/raqm.c
vendored
15
src/thirdparty/raqm/raqm.c
vendored
|
@ -42,21 +42,6 @@
|
|||
#include <hb.h>
|
||||
#include <hb-ft.h>
|
||||
|
||||
#if FREETYPE_MAJOR > 2 || \
|
||||
FREETYPE_MAJOR == 2 && FREETYPE_MINOR >= 11
|
||||
#define HAVE_FT_GET_TRANSFORM
|
||||
#endif
|
||||
|
||||
#if HB_VERSION_ATLEAST(2, 0, 0)
|
||||
#define HAVE_HB_BUFFER_SET_INVISIBLE_GLYPH
|
||||
#endif
|
||||
|
||||
#if HB_VERSION_ATLEAST(1, 8, 0)
|
||||
#define HAVE_DECL_HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES 1
|
||||
#else
|
||||
#define HAVE_DECL_HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES 0
|
||||
#endif
|
||||
|
||||
#include "raqm.h"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user