hb_segment_properties_t

The structure that holds various text properties of an #hb_buffer_t. Can be set and retrieved using harfbuzz.global.bufferSetSegmentProperties and harfbuzz.global.bufferGetSegmentProperties, respectively.

Members

Variables

direction
hb_direction_t direction;

the #hb_direction_t of the buffer, see harfbuzz.global.bufferSetDirection.

language
hb_language_t language;

the #hb_language_t of the buffer, see harfbuzz.global.bufferSetLanguage.

reserved1
void* reserved1;
reserved2
void* reserved2;
script
hb_script_t script;

the #hb_script_t of the buffer, see harfbuzz.global.bufferSetScript.