ContentType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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). |