mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
Another try at fixing arm build
This commit is contained in:
parent
527e2d7ce2
commit
1135f0b8cc
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ struct hmtxvmtx
|
|||
/* get advance: when no variations, call get_advance_without_var_unscaled.
|
||||
* when there're variations, get advance value from mtx_map in subset_plan*/
|
||||
unsigned get_new_gid_advance_unscaled (const hb_subset_plan_t *plan,
|
||||
const hb_hashmap_t<unsigned, hb_pair_t<unsigned, int>> *mtx_map,
|
||||
const hb_hashmap_t<hb_codepoint_t, hb_pair_t<unsigned, int>> *mtx_map,
|
||||
unsigned new_gid,
|
||||
const accelerator_t &_mtx) const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue