You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-30 16:26:50 +00:00
HarfBuzz: Update to version 4.4.1
This commit is contained in:
4
thirdparty/harfbuzz/src/hb-face.cc
vendored
4
thirdparty/harfbuzz/src/hb-face.cc
vendored
@@ -190,7 +190,7 @@ _hb_face_for_data_reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void
|
||||
}
|
||||
|
||||
/**
|
||||
* hb_face_create: (Xconstructor)
|
||||
* hb_face_create:
|
||||
* @blob: #hb_blob_t to work upon
|
||||
* @index: The index of the face within @blob
|
||||
*
|
||||
@@ -342,7 +342,7 @@ hb_face_set_user_data (hb_face_t *face,
|
||||
* Since: 0.9.2
|
||||
**/
|
||||
void *
|
||||
hb_face_get_user_data (const hb_face_t *face,
|
||||
hb_face_get_user_data (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