NSGlyphProperty 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.
An enumeration whose values specify characteristics of a glyph.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NSGlyphProperty
type NSGlyphProperty =
- Inheritance
-
NSGlyphProperty
- Attributes
Fields
Name | Value | Description |
---|---|---|
Null | 1 | Null glyph; ignored for layout and display. |
ControlCharacter | 2 | A control character such as tab, that has associated special behavior. |
Elastic | 4 | Glyphs such as whitespace that have elastic width behavior. |
NonBaseCharacter | 8 | Glyphs with combining properties, often characters in Unicode Mn class. |
Applies to
See also
- <xref:NSLayoutManager.PropertyForGlyphAtIndex>