You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Update HarfBuzz to 10.0.1
This commit is contained in:
6
thirdparty/harfbuzz/src/hb-ot-layout.cc
vendored
6
thirdparty/harfbuzz/src/hb-ot-layout.cc
vendored
@@ -1443,8 +1443,12 @@ hb_ot_layout_table_find_feature_variations (hb_face_t *face,
|
||||
unsigned int *variations_index /* out */)
|
||||
{
|
||||
const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
|
||||
const OT::GDEF &gdef = *face->table.GDEF->table;
|
||||
|
||||
return g.find_variations_index (coords, num_coords, variations_index);
|
||||
auto instancer = OT::ItemVarStoreInstancer(&gdef.get_var_store(), nullptr,
|
||||
hb_array (coords, num_coords));
|
||||
|
||||
return g.find_variations_index (coords, num_coords, variations_index, &instancer);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user