NSLayoutManager.EnsureLayoutForGlyphRange(NSRange) Method
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.
Forces the NSLayoutManager to layout the specified glyphs, if it has not already done so.
[Foundation.Export("ensureLayoutForGlyphRange:")]
public virtual void EnsureLayoutForGlyphRange (Foundation.NSRange glyphRange);
abstract member EnsureLayoutForGlyphRange : Foundation.NSRange -> unit
override this.EnsureLayoutForGlyphRange : Foundation.NSRange -> unit
Parameters
- glyphRange
- NSRange
- Attributes
Remarks
The NSLayoutManager may layout a larger range than the specified glyphRange
. If P:UIKit.NSLayoutManager.AllowsNonContinguousLayout is false
, the range will always extend to the beginning of the text.