You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Update HarfBuzz to 7.1.0
This commit is contained in:
20
thirdparty/harfbuzz/src/hb-gobject-structs.h
vendored
20
thirdparty/harfbuzz/src/hb-gobject-structs.h
vendored
@@ -52,6 +52,10 @@ HB_EXTERN GType
|
||||
hb_gobject_draw_funcs_get_type (void);
|
||||
#define HB_GOBJECT_TYPE_DRAW_FUNCS (hb_gobject_draw_funcs_get_type ())
|
||||
|
||||
HB_EXTERN GType
|
||||
hb_gobject_paint_funcs_get_type (void);
|
||||
#define HB_GOBJECT_TYPE_PAINT_FUNCS (hb_gobject_paint_funcs_get_type ())
|
||||
|
||||
HB_EXTERN GType
|
||||
hb_gobject_face_get_type (void);
|
||||
#define HB_GOBJECT_TYPE_FACE (hb_gobject_face_get_type ())
|
||||
@@ -98,10 +102,26 @@ HB_EXTERN GType
|
||||
hb_gobject_segment_properties_get_type (void);
|
||||
#define HB_GOBJECT_TYPE_SEGMENT_PROPERTIES (hb_gobject_segment_properties_get_type ())
|
||||
|
||||
HB_EXTERN GType
|
||||
hb_gobject_draw_state_get_type (void);
|
||||
#define HB_GOBJECT_TYPE_DRAW_STATE (hb_gobject_draw_state_get_type ())
|
||||
|
||||
HB_EXTERN GType
|
||||
hb_gobject_color_stop_get_type (void);
|
||||
#define HB_GOBJECT_TYPE_COLOR_STOP (hb_gobject_color_stop_get_type ())
|
||||
|
||||
HB_EXTERN GType
|
||||
hb_gobject_color_line_get_type (void);
|
||||
#define HB_GOBJECT_TYPE_COLOR_LINE (hb_gobject_color_line_get_type ())
|
||||
|
||||
HB_EXTERN GType
|
||||
hb_gobject_user_data_key_get_type (void);
|
||||
#define HB_GOBJECT_TYPE_USER_DATA_KEY (hb_gobject_user_data_key_get_type ())
|
||||
|
||||
HB_EXTERN GType
|
||||
hb_gobject_ot_var_axis_info_get_type (void);
|
||||
#define HB_GOBJECT_TYPE_OT_VAR_AXIS_INFO (hb_gobject_ot_var_axis_info_get_type ())
|
||||
|
||||
HB_EXTERN GType
|
||||
hb_gobject_ot_math_glyph_variant_get_type (void);
|
||||
#define HB_GOBJECT_TYPE_OT_MATH_GLYPH_VARIANT (hb_gobject_ot_math_glyph_variant_get_type ())
|
||||
|
||||
Reference in New Issue
Block a user