[subset/hmtx] Micro-optimize

pull/4264/head
Behdad Esfahbod 1 year ago
parent ec8965e432
commit cd249d2364
  1. 2
      src/hb-ot-hmtx-table.hh

@ -212,7 +212,7 @@ struct hmtxvmtx
{
if (new_gid != new_to_old_gid_list[j].first)
return hb_pair (0u, 0);
unsigned old_gid = new_to_old_gid_list[j].second;
unsigned old_gid = new_to_old_gid_list.arrayZ[j].second;
j++;
hb_pair_t<unsigned, int> *v = nullptr;

Loading…
Cancel
Save