Types and Values
HB_SEGMENT_PROPERTIES_DEFAULT
#define HB_SEGMENT_PROPERTIES_DEFAULT
enum hb_buffer_content_type_t
enum hb_buffer_serialize_flags_t
enum hb_buffer_serialize_format_t
hb_buffer_t
typedef struct hb_buffer_t hb_buffer_t;
hb_glyph_info_t
typedef struct {
hb_codepoint_t codepoint;
hb_mask_t mask;
uint32_t cluster;
} hb_glyph_info_t;
hb_glyph_position_t
typedef struct {
hb_position_t x_advance;
hb_position_t y_advance;
hb_position_t x_offset;
hb_position_t y_offset;
} hb_glyph_position_t;
hb_segment_properties_t
typedef struct {
hb_direction_t direction;
hb_script_t script;
hb_language_t language;
} hb_segment_properties_t;