From 431f164003d1d92b657b3facf984c8bbe342418b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 12 Jul 2021 16:57:25 -0600 Subject: [PATCH] [layout] Don't call clear_output() before pause-func --- src/hb-ot-layout.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 257cc916e..379d92e6a 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -1942,10 +1942,7 @@ inline void hb_ot_map_t::apply (const Proxy &proxy, } if (stage->pause_func) - { - buffer->clear_output (); stage->pause_func (plan, font, buffer); - } } }