You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
HarfBuzz: Update to version 3.0.0
This commit is contained in:
2
thirdparty/harfbuzz/src/hb-ot-maxp-table.hh
vendored
2
thirdparty/harfbuzz/src/hb-ot-maxp-table.hh
vendored
@@ -107,7 +107,7 @@ struct maxp
|
||||
maxpV1Tail *dest_v1 = c->serializer->embed<maxpV1Tail> (src_v1);
|
||||
if (unlikely (!dest_v1)) return_trace (false);
|
||||
|
||||
if (c->plan->drop_hints)
|
||||
if (c->plan->flags & HB_SUBSET_FLAGS_NO_HINTING)
|
||||
drop_hint_fields (dest_v1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user