You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Update HarfBuzz, ICU and FreeType
HarfBuzz: Update to version 7.3.0 ICU4C: Update to version 73.1 FreeType: Update to version 2.13.0
This commit is contained in:
8
thirdparty/icu4c/common/unicode/icuplug.h
vendored
8
thirdparty/icu4c/common/unicode/icuplug.h
vendored
@@ -187,8 +187,12 @@ typedef enum {
|
||||
|
||||
/**
|
||||
* Entrypoint for an ICU plugin.
|
||||
* @param plug the UPlugData handle.
|
||||
* @param status the plugin's extended status code.
|
||||
* @param plug the UPlugData handle.
|
||||
* @param reason the reason code for the entrypoint's call.
|
||||
* @param status Standard ICU error code. Its input value must
|
||||
* pass the U_SUCCESS() test, or else the function returns
|
||||
* immediately. Check for U_FAILURE() on output or use with
|
||||
* function chaining. (See User Guide for details.)
|
||||
* @return A valid plugin must return UPLUG_TOKEN
|
||||
* @internal ICU 4.4 Technology Preview
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user