HarfBuzz.segment_properties_t¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| direction | HarfBuzz.direction_t | r/w | the HarfBuzz.direction_tof the buffer, seeHarfBuzz.buffer_set_direction(). | 
| language | HarfBuzz.language_t | r/w | the HarfBuzz.language_tof the buffer, seeHarfBuzz.buffer_set_language(). | 
| reserved1 | object | r | |
| reserved2 | object | r | |
| script | HarfBuzz.script_t | r/w | the HarfBuzz.script_tof the buffer, seeHarfBuzz.buffer_set_script(). | 
Methods¶
None
Details¶
- 
class HarfBuzz.segment_properties_t¶
- The structure that holds various text properties of an - HarfBuzz.buffer_t. Can be set and retrieved using- HarfBuzz.buffer_set_segment_properties() and- HarfBuzz.buffer_get_segment_properties(), respectively.