hb_segment_properties_t

The structure that holds various text properties of an #hb_buffer_t. Can be set and retrieved using hb_buffer_set_segment_properties() and hb_buffer_get_segment_properties(), respectively.

Members

Variables

direction
hb_direction_t direction;

the #hb_direction_t of the buffer, see hb_buffer_set_direction().

language
hb_language_t language;

the #hb_language_t of the buffer, see hb_buffer_set_language().

reserved1
void* reserved1;
Undocumented in source.
reserved2
void* reserved2;
Undocumented in source.
script
hb_script_t script;

the #hb_script_t of the buffer, see hb_buffer_set_script().

Meta