Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
hb-gobject-structs.h File Reference
#include "hb.h"
#include <glib-object.h>

Go to the source code of this file.

Macros

#define HB_GOBJECT_TYPE_BLOB   (hb_gobject_blob_get_type ())
 
#define HB_GOBJECT_TYPE_BUFFER   (hb_gobject_buffer_get_type ())
 
#define HB_GOBJECT_TYPE_DRAW_FUNCS   (hb_gobject_draw_funcs_get_type ())
 
#define HB_GOBJECT_TYPE_PAINT_FUNCS   (hb_gobject_paint_funcs_get_type ())
 
#define HB_GOBJECT_TYPE_FACE   (hb_gobject_face_get_type ())
 
#define HB_GOBJECT_TYPE_FONT   (hb_gobject_font_get_type ())
 
#define HB_GOBJECT_TYPE_FONT_FUNCS   (hb_gobject_font_funcs_get_type ())
 
#define HB_GOBJECT_TYPE_SET   (hb_gobject_set_get_type ())
 
#define HB_GOBJECT_TYPE_MAP   (hb_gobject_map_get_type ())
 
#define HB_GOBJECT_TYPE_SHAPE_PLAN   (hb_gobject_shape_plan_get_type ())
 
#define HB_GOBJECT_TYPE_UNICODE_FUNCS   (hb_gobject_unicode_funcs_get_type ())
 
#define HB_GOBJECT_TYPE_FEATURE   (hb_gobject_feature_get_type ())
 
#define HB_GOBJECT_TYPE_GLYPH_INFO   (hb_gobject_glyph_info_get_type ())
 
#define HB_GOBJECT_TYPE_GLYPH_POSITION   (hb_gobject_glyph_position_get_type ())
 
#define HB_GOBJECT_TYPE_SEGMENT_PROPERTIES   (hb_gobject_segment_properties_get_type ())
 
#define HB_GOBJECT_TYPE_DRAW_STATE   (hb_gobject_draw_state_get_type ())
 
#define HB_GOBJECT_TYPE_COLOR_STOP   (hb_gobject_color_stop_get_type ())
 
#define HB_GOBJECT_TYPE_COLOR_LINE   (hb_gobject_color_line_get_type ())
 
#define HB_GOBJECT_TYPE_USER_DATA_KEY   (hb_gobject_user_data_key_get_type ())
 
#define HB_GOBJECT_TYPE_OT_VAR_AXIS_INFO   (hb_gobject_ot_var_axis_info_get_type ())
 
#define HB_GOBJECT_TYPE_OT_MATH_GLYPH_VARIANT   (hb_gobject_ot_math_glyph_variant_get_type ())
 
#define HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART   (hb_gobject_ot_math_glyph_part_get_type ())
 

Functions

HB_BEGIN_DECLS HB_EXTERN GType hb_gobject_blob_get_type (void)
 
HB_EXTERN GType hb_gobject_buffer_get_type (void)
 
HB_EXTERN GType hb_gobject_draw_funcs_get_type (void)
 
HB_EXTERN GType hb_gobject_paint_funcs_get_type (void)
 
HB_EXTERN GType hb_gobject_face_get_type (void)
 
HB_EXTERN GType hb_gobject_font_get_type (void)
 
HB_EXTERN GType hb_gobject_font_funcs_get_type (void)
 
HB_EXTERN GType hb_gobject_set_get_type (void)
 
HB_EXTERN GType hb_gobject_map_get_type (void)
 
HB_EXTERN GType hb_gobject_shape_plan_get_type (void)
 
HB_EXTERN GType hb_gobject_unicode_funcs_get_type (void)
 
HB_EXTERN GType hb_gobject_feature_get_type (void)
 
HB_EXTERN GType hb_gobject_glyph_info_get_type (void)
 
HB_EXTERN GType hb_gobject_glyph_position_get_type (void)
 
HB_EXTERN GType hb_gobject_segment_properties_get_type (void)
 
HB_EXTERN GType hb_gobject_draw_state_get_type (void)
 
HB_EXTERN GType hb_gobject_color_stop_get_type (void)
 
HB_EXTERN GType hb_gobject_color_line_get_type (void)
 
HB_EXTERN GType hb_gobject_user_data_key_get_type (void)
 
HB_EXTERN GType hb_gobject_ot_var_axis_info_get_type (void)
 
HB_EXTERN GType hb_gobject_ot_math_glyph_variant_get_type (void)
 
HB_EXTERN GType hb_gobject_ot_math_glyph_part_get_type (void)
 

Macro Definition Documentation

◆ HB_GOBJECT_TYPE_BLOB

#define HB_GOBJECT_TYPE_BLOB   (hb_gobject_blob_get_type ())

Definition at line 45 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_BUFFER

#define HB_GOBJECT_TYPE_BUFFER   (hb_gobject_buffer_get_type ())

Definition at line 49 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_COLOR_LINE

#define HB_GOBJECT_TYPE_COLOR_LINE   (hb_gobject_color_line_get_type ())

Definition at line 115 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_COLOR_STOP

#define HB_GOBJECT_TYPE_COLOR_STOP   (hb_gobject_color_stop_get_type ())

Definition at line 111 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_DRAW_FUNCS

#define HB_GOBJECT_TYPE_DRAW_FUNCS   (hb_gobject_draw_funcs_get_type ())

Definition at line 53 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_DRAW_STATE

#define HB_GOBJECT_TYPE_DRAW_STATE   (hb_gobject_draw_state_get_type ())

Definition at line 107 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_FACE

#define HB_GOBJECT_TYPE_FACE   (hb_gobject_face_get_type ())

Definition at line 61 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_FEATURE

#define HB_GOBJECT_TYPE_FEATURE   (hb_gobject_feature_get_type ())

Definition at line 91 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_FONT

#define HB_GOBJECT_TYPE_FONT   (hb_gobject_font_get_type ())

Definition at line 65 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_FONT_FUNCS

#define HB_GOBJECT_TYPE_FONT_FUNCS   (hb_gobject_font_funcs_get_type ())

Definition at line 69 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_GLYPH_INFO

#define HB_GOBJECT_TYPE_GLYPH_INFO   (hb_gobject_glyph_info_get_type ())

Definition at line 95 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_GLYPH_POSITION

#define HB_GOBJECT_TYPE_GLYPH_POSITION   (hb_gobject_glyph_position_get_type ())

Definition at line 99 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_MAP

#define HB_GOBJECT_TYPE_MAP   (hb_gobject_map_get_type ())

Definition at line 77 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART

#define HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART   (hb_gobject_ot_math_glyph_part_get_type ())

Definition at line 131 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_OT_MATH_GLYPH_VARIANT

#define HB_GOBJECT_TYPE_OT_MATH_GLYPH_VARIANT   (hb_gobject_ot_math_glyph_variant_get_type ())

Definition at line 127 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_OT_VAR_AXIS_INFO

#define HB_GOBJECT_TYPE_OT_VAR_AXIS_INFO   (hb_gobject_ot_var_axis_info_get_type ())

Definition at line 123 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_PAINT_FUNCS

#define HB_GOBJECT_TYPE_PAINT_FUNCS   (hb_gobject_paint_funcs_get_type ())

Definition at line 57 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_SEGMENT_PROPERTIES

#define HB_GOBJECT_TYPE_SEGMENT_PROPERTIES   (hb_gobject_segment_properties_get_type ())

Definition at line 103 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_SET

#define HB_GOBJECT_TYPE_SET   (hb_gobject_set_get_type ())

Definition at line 73 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_SHAPE_PLAN

#define HB_GOBJECT_TYPE_SHAPE_PLAN   (hb_gobject_shape_plan_get_type ())

Definition at line 81 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_UNICODE_FUNCS

#define HB_GOBJECT_TYPE_UNICODE_FUNCS   (hb_gobject_unicode_funcs_get_type ())

Definition at line 85 of file hb-gobject-structs.h.

◆ HB_GOBJECT_TYPE_USER_DATA_KEY

#define HB_GOBJECT_TYPE_USER_DATA_KEY   (hb_gobject_user_data_key_get_type ())

Definition at line 119 of file hb-gobject-structs.h.

Function Documentation

◆ hb_gobject_blob_get_type()

HB_BEGIN_DECLS HB_EXTERN GType hb_gobject_blob_get_type ( void )

◆ hb_gobject_buffer_get_type()

HB_EXTERN GType hb_gobject_buffer_get_type ( void )

◆ hb_gobject_color_line_get_type()

HB_EXTERN GType hb_gobject_color_line_get_type ( void )

◆ hb_gobject_color_stop_get_type()

HB_EXTERN GType hb_gobject_color_stop_get_type ( void )

◆ hb_gobject_draw_funcs_get_type()

HB_EXTERN GType hb_gobject_draw_funcs_get_type ( void )

◆ hb_gobject_draw_state_get_type()

HB_EXTERN GType hb_gobject_draw_state_get_type ( void )

◆ hb_gobject_face_get_type()

HB_EXTERN GType hb_gobject_face_get_type ( void )

◆ hb_gobject_feature_get_type()

HB_EXTERN GType hb_gobject_feature_get_type ( void )

◆ hb_gobject_font_funcs_get_type()

HB_EXTERN GType hb_gobject_font_funcs_get_type ( void )

◆ hb_gobject_font_get_type()

HB_EXTERN GType hb_gobject_font_get_type ( void )

◆ hb_gobject_glyph_info_get_type()

HB_EXTERN GType hb_gobject_glyph_info_get_type ( void )

◆ hb_gobject_glyph_position_get_type()

HB_EXTERN GType hb_gobject_glyph_position_get_type ( void )

◆ hb_gobject_map_get_type()

HB_EXTERN GType hb_gobject_map_get_type ( void )

◆ hb_gobject_ot_math_glyph_part_get_type()

HB_EXTERN GType hb_gobject_ot_math_glyph_part_get_type ( void )

◆ hb_gobject_ot_math_glyph_variant_get_type()

HB_EXTERN GType hb_gobject_ot_math_glyph_variant_get_type ( void )

◆ hb_gobject_ot_var_axis_info_get_type()

HB_EXTERN GType hb_gobject_ot_var_axis_info_get_type ( void )

◆ hb_gobject_paint_funcs_get_type()

HB_EXTERN GType hb_gobject_paint_funcs_get_type ( void )

◆ hb_gobject_segment_properties_get_type()

HB_EXTERN GType hb_gobject_segment_properties_get_type ( void )

◆ hb_gobject_set_get_type()

HB_EXTERN GType hb_gobject_set_get_type ( void )

◆ hb_gobject_shape_plan_get_type()

HB_EXTERN GType hb_gobject_shape_plan_get_type ( void )

◆ hb_gobject_unicode_funcs_get_type()

HB_EXTERN GType hb_gobject_unicode_funcs_get_type ( void )

◆ hb_gobject_user_data_key_get_type()

HB_EXTERN GType hb_gobject_user_data_key_get_type ( void )