[layout] Reduce number of closure rounds

This commit is contained in:
Behdad Esfahbod 2022-07-20 12:08:18 -06:00
parent 2eb561ebea
commit 8d923363db
1 changed files with 2 additions and 2 deletions

View File

@ -54,10 +54,10 @@ using OT::Layout::MediumTypes;
/* /*
* The maximum number of times a lookup can be applied during shaping. * The maximum number of times a lookup can be applied during shaping.
* Used to limit the number of iterations of the closure algorithm. * Used to limit the number of iterations of the closure algorithm.
* This must be larger than the number of times add_pause() is * This must be larger than the number of times add_gsub_pause() is
* called in a collect_features call of any shaper. * called in a collect_features call of any shaper.
*/ */
#define HB_CLOSURE_MAX_STAGES 32 #define HB_CLOSURE_MAX_STAGES 12
#endif #endif
#ifndef HB_MAX_SCRIPTS #ifndef HB_MAX_SCRIPTS