This commit is contained in:
Qunxin Liu 2021-10-27 14:36:02 -07:00 committed by Behdad Esfahbod
parent de9424172d
commit 85deddb16e
2 changed files with 1 additions and 0 deletions

View File

@ -971,6 +971,7 @@ struct ClipList
const hb_map_t& gid_offset_map) const
{
TRACE_SERIALIZE (this);
if (gids.is_empty ()) return_trace (0);
unsigned count = 0;
hb_codepoint_t start_gid= gids.get_min ();