Partager via


NSLayoutManager.EnsureGlyphsForCharacterRange(NSRange) Méthode

Définition

Force le NSLayoutManager à générer des glyphes pour les caractères spécifiés, s’il ne l’a pas déjà fait.

[Foundation.Export("ensureGlyphsForCharacterRange:")]
public virtual void EnsureGlyphsForCharacterRange (Foundation.NSRange charRange);
abstract member EnsureGlyphsForCharacterRange : Foundation.NSRange -> unit
override this.EnsureGlyphsForCharacterRange : Foundation.NSRange -> unit

Paramètres

charRange
NSRange
Attributs

Remarques

peut NSLayoutManager calculer des glyphes pour une plage supérieure à .charRange Si P:UIKit.NSLayoutManager.AllowsNonContinguousLayout est false, la plage s’étendra toujours au début du texte.

S’applique à