From a1c803dfbc8d0edb0cad287de8e6eaae5900fef3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 12 Jun 2024 06:29:04 -0400 Subject: [PATCH] [limits] Increase number of glyf points Fixes https://github.com/harfbuzz/harfbuzz/issues/4752 --- src/hb-limits.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-limits.hh b/src/hb-limits.hh index ce01ed62930..57a1a316319 100644 --- a/src/hb-limits.hh +++ b/src/hb-limits.hh @@ -97,7 +97,7 @@ #endif #ifndef HB_GLYF_MAX_POINTS -#define HB_GLYF_MAX_POINTS 20000 +#define HB_GLYF_MAX_POINTS 200000 #endif #ifndef HB_CFF_MAX_OPS