buffer_content_type_t#

class buffer_content_type_t#

The type of buffer_t contents.

Fields#

class buffer_content_type_t
GLYPHS#

The buffer contains output glyphs (after shaping).

INVALID#

Initial value for new buffer.

UNICODE#

The buffer contains input characters (before shaping).