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 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag to improve justification.
This commit is contained in:
2
thirdparty/harfbuzz/src/hb-face.cc
vendored
2
thirdparty/harfbuzz/src/hb-face.cc
vendored
@@ -342,7 +342,7 @@ hb_face_set_user_data (hb_face_t *face,
|
||||
* Since: 0.9.2
|
||||
**/
|
||||
void *
|
||||
hb_face_get_user_data (hb_face_t *face,
|
||||
hb_face_get_user_data (const hb_face_t *face,
|
||||
hb_user_data_key_t *key)
|
||||
{
|
||||
return hb_object_get_user_data (face, key);
|
||||
|
||||
Reference in New Issue
Block a user