NSLayoutManager.NumberOfGlyphs Property

Definition

The number of glyphs in the NSLayoutManager.

public virtual nuint NumberOfGlyphs { [Foundation.Export("numberOfGlyphs")] get; }
member this.NumberOfGlyphs : nuint

Property Value

System.System.UIntPtr System.unativeint
Attributes

Remarks

If P:UIKit.NSLayoutManager.AllowsNonContinuousLayout is false, this method will force glyph generation for all characters.

Applies to