[gobject] Add another value type hb_ot_var_axis_info
This commit is contained in:
parent
8206569d63
commit
527e2d7ce2
|
@ -108,6 +108,7 @@ HB_DEFINE_VALUE_TYPE (color_stop)
|
|||
HB_DEFINE_VALUE_TYPE (color_line)
|
||||
HB_DEFINE_VALUE_TYPE (user_data_key)
|
||||
|
||||
HB_DEFINE_VALUE_TYPE (ot_var_axis_info)
|
||||
HB_DEFINE_VALUE_TYPE (ot_math_glyph_variant)
|
||||
HB_DEFINE_VALUE_TYPE (ot_math_glyph_part)
|
||||
|
||||
|
|
|
@ -118,6 +118,10 @@ 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 ())
|
||||
|
|
Loading…
Reference in New Issue