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.
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.