You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
HarfBuzz: Update to version 4.2.0
This commit is contained in:
11
thirdparty/harfbuzz/src/hb-set.h
vendored
11
thirdparty/harfbuzz/src/hb-set.h
vendored
@@ -110,6 +110,11 @@ hb_set_add_range (hb_set_t *set,
|
||||
hb_codepoint_t first,
|
||||
hb_codepoint_t last);
|
||||
|
||||
HB_EXTERN void
|
||||
hb_set_add_sorted_array (hb_set_t *set,
|
||||
const hb_codepoint_t *sorted_codepoints,
|
||||
unsigned int num_codepoints);
|
||||
|
||||
HB_EXTERN void
|
||||
hb_set_del (hb_set_t *set,
|
||||
hb_codepoint_t codepoint);
|
||||
@@ -180,6 +185,12 @@ hb_set_previous_range (const hb_set_t *set,
|
||||
hb_codepoint_t *first,
|
||||
hb_codepoint_t *last);
|
||||
|
||||
/* Pass HB_SET_VALUE_INVALID in to get started. */
|
||||
HB_EXTERN unsigned int
|
||||
hb_set_next_many (const hb_set_t *set,
|
||||
hb_codepoint_t codepoint,
|
||||
hb_codepoint_t *out,
|
||||
unsigned int size);
|
||||
|
||||
HB_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user