Another try at fixing arm build
This commit is contained in:
parent
527e2d7ce2
commit
1135f0b8cc
|
@ -338,7 +338,7 @@ struct hmtxvmtx
|
||||||
/* get advance: when no variations, call get_advance_without_var_unscaled.
|
/* get advance: when no variations, call get_advance_without_var_unscaled.
|
||||||
* when there're variations, get advance value from mtx_map in subset_plan*/
|
* 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,
|
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,
|
unsigned new_gid,
|
||||||
const accelerator_t &_mtx) const
|
const accelerator_t &_mtx) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue