[hb-ot-var] Actually set in/out argument
Fixes https://github.com/harfbuzz/harfbuzz/pull/3344
This commit is contained in:
parent
06ee40213c
commit
1b51be57dc
|
@ -263,7 +263,7 @@ struct fvar
|
|||
if (coords_length && *coords_length)
|
||||
{
|
||||
hb_array_t<const HBFixed> instanceCoords = instance->get_coordinates (axisCount)
|
||||
.sub_array (0, *coords_length);
|
||||
.sub_array (0, coords_length);
|
||||
for (unsigned int i = 0; i < instanceCoords.length; i++)
|
||||
coords[i] = instanceCoords.arrayZ[i].to_float ();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue