Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <hb-buffer.h>
Data Fields | |
hb_direction_t | direction |
hb_script_t | script |
hb_language_t | language |
void * | reserved1 |
void * | reserved2 |
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.
Definition at line 211 of file hb-buffer.h.
hb_direction_t hb_segment_properties_t::direction |
Definition at line 212 of file hb-buffer.h.
hb_language_t hb_segment_properties_t::language |
Definition at line 214 of file hb-buffer.h.
void* hb_segment_properties_t::reserved1 |
Definition at line 216 of file hb-buffer.h.
void* hb_segment_properties_t::reserved2 |
Definition at line 217 of file hb-buffer.h.
hb_script_t hb_segment_properties_t::script |
Definition at line 213 of file hb-buffer.h.