[limits] Increase number of glyf points

Fixes https://github.com/harfbuzz/harfbuzz/issues/4752
pull/4755/head
Behdad Esfahbod 8 months ago
parent f9b7ca8b1b
commit a1c803dfbc
  1. 2
      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

Loading…
Cancel
Save