[ft-colr] Require FreeType >= 2.11.1
Fixes https://github.com/harfbuzz/harfbuzz/issues/3989
This commit is contained in:
parent
ceba6c9a90
commit
a45bf5b04c
|
@ -33,7 +33,7 @@
|
|||
|
||||
#ifndef HB_NO_PAINT
|
||||
|
||||
#ifdef TT_SUPPORT_COLRV1
|
||||
#if defined(TT_SUPPORT_COLRV1) and (FREETYPE_MAJOR*10000 + FREETYPE_MINOR*100 + FREETYPE_PATCH) >= 21101
|
||||
|
||||
|
||||
static hb_paint_composite_mode_t
|
||||
|
|
Loading…
Reference in New Issue