mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset/hmtx] Comment
This commit is contained in:
parent
4da2996fe2
commit
13a4c7b3d3
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue