[subset/hmtx] Comment

This commit is contained in:
Behdad Esfahbod 2023-06-03 15:12:53 -06:00
parent 4da2996fe2
commit 13a4c7b3d3

View file

@ -213,7 +213,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.arrayZ[j].second;
j++;
j++; // Let there be dragons!
hb_pair_t<unsigned, int> *v = nullptr;
if (!mtx_map->has (new_gid, &v))