NSLayoutManager.NumberOfGlyphs Property
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.
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
unativeint
- Attributes
Remarks
If AllowsNonContiguousLayout is false, this method will force glyph generation for all characters.