NSGlyphProperty Enum

Definition

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

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.

Null 1

Null glyph; ignored for layout and display.

Applies to

See also

  • <xref:NSLayoutManager.PropertyForGlyphAtIndex>