Share via


NSLayoutManager.NumberOfGlyphs Property

Definition

The number of glyphs in the NSLayoutManager.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr NumberOfGlyphs { [Foundation.Export("numberOfGlyphs")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("numberOfGlyphs")>]
member this.NumberOfGlyphs : unativeint

Property Value

UIntPtr

unativeint

Attributes

Remarks

If AllowsNonContiguousLayout is false, this method will force glyph generation for all characters.

Applies to