hb_segment_properties_t

Members

Variables

direction
hb_direction_t direction;
Undocumented in source.
language
hb_language_t language;
Undocumented in source.
reserved1
void* reserved1;
Undocumented in source.
reserved2
void* reserved2;
Undocumented in source.
script
hb_script_t script;
Undocumented in source.

Detailed Description

hb segment properties t

@direction: the #hb_direction_t of the buffer, see hb_buffer_set_direction(). @script: the #hb_script_t of the buffer, see hb_buffer_set_script(). @language: the #hb_language_t of the buffer, see hb_buffer_set_language().

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.

Meta