Edit

Share via


ContentType Enum

Definition

The various types of buffer contents.

public enum ContentType
Inheritance
ContentType

Fields

Name Value Description
Invalid 0

Initial value for new buffer.

Unicode 1

The buffer contains input characters (before shaping).

Glyphs 2

The buffer contains output glyphs (after shaping).

Applies to