bufferSetSegmentProperties
fn
void bufferSetSegmentProperties(harfbuzz.buffer.Buffer buffer, harfbuzz.segment_properties.SegmentProperties props)Sets the segment properties of the buffer, a shortcut for calling harfbuzz.global.bufferSetDirection, harfbuzz.global.bufferSetScript and harfbuzz.global.bufferSetLanguage individually.
Parameters
buffer | An #hb_buffer_t |
props | An #hb_segment_properties_t to use |