You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-05 17:15:09 +00:00
HarfBuzz: Update to version 5.0.1
This commit is contained in:
4
thirdparty/harfbuzz/src/hb-face.cc
vendored
4
thirdparty/harfbuzz/src/hb-face.cc
vendored
@@ -315,7 +315,7 @@ hb_face_destroy (hb_face_t *face)
|
||||
*
|
||||
* Attaches a user-data key/data pair to the given face object.
|
||||
*
|
||||
* Return value: %true if success, %false otherwise
|
||||
* Return value: `true` if success, `false` otherwise
|
||||
*
|
||||
* Since: 0.9.2
|
||||
**/
|
||||
@@ -371,7 +371,7 @@ hb_face_make_immutable (hb_face_t *face)
|
||||
*
|
||||
* Tests whether the given face object is immutable.
|
||||
*
|
||||
* Return value: %true is @face is immutable, %false otherwise
|
||||
* Return value: `true` is @face is immutable, `false` otherwise
|
||||
*
|
||||
* Since: 0.9.2
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user