Type Alias harfbuzz_sys::hb_buffer_content_type_t

source ·
pub type hb_buffer_content_type_t = c_uint;
Expand description

hb_buffer_content_type_t: @HB_BUFFER_CONTENT_TYPE_INVALID: Initial value for new buffer. @HB_BUFFER_CONTENT_TYPE_UNICODE: The buffer contains input characters (before shaping). @HB_BUFFER_CONTENT_TYPE_GLYPHS: The buffer contains output glyphs (after shaping).