HarfBuzz.segment_properties_t¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
direction |
r/w |
the |
|
language |
r/w |
the |
|
reserved1 |
r |
||
reserved2 |
r |
||
script |
r/w |
the |
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 usingHarfBuzz.buffer_set_segment_properties
() andHarfBuzz.buffer_get_segment_properties
(), respectively.