OpenTypeLayoutGlyphClass 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.
Specifies the glyph class for OpenType layout operations.
public enum OpenTypeLayoutGlyphClass
- Inheritance
-
OpenTypeLayoutGlyphClass
Fields
| Name | Value | Description |
|---|---|---|
| Unclassified | 0 | The glyph has no class definition. |
| BaseGlyph | 1 | A base glyph that acts as a single character. |
| Ligature | 2 | A ligature glyph composed of multiple characters. |
| Mark | 3 | A combining mark glyph that attaches to a base glyph. |
| Component | 4 | A glyph that is a component of a ligature. |