hb_buffer_content_type_t

The type of #hb_buffer_t contents.

Values

ValueMeaning
INVALID0

Initial value for new buffer.

UNICODE1

The buffer contains input characters (before shaping).

GLYPHS2

The buffer contains output glyphs (after shaping).

Meta