You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag to improve justification.
This commit is contained in:
2
thirdparty/harfbuzz/src/hb-blob.cc
vendored
2
thirdparty/harfbuzz/src/hb-blob.cc
vendored
@@ -303,7 +303,7 @@ hb_blob_set_user_data (hb_blob_t *blob,
|
||||
* Since: 0.9.2
|
||||
**/
|
||||
void *
|
||||
hb_blob_get_user_data (hb_blob_t *blob,
|
||||
hb_blob_get_user_data (const hb_blob_t *blob,
|
||||
hb_user_data_key_t *key)
|
||||
{
|
||||
return hb_object_get_user_data (blob, key);
|
||||
|
||||
Reference in New Issue
Block a user