Partager via


NSLayoutManager.NotShownAttributeForGlyphAtIndex(nuint) Méthode

Définition

Indique si le glyphe à l’index spécifié est affiché.

[Foundation.Export("notShownAttributeForGlyphAtIndex:")]
public virtual bool NotShownAttributeForGlyphAtIndex (nuint glyphIndex);
abstract member NotShownAttributeForGlyphAtIndex : nuint -> bool
override this.NotShownAttributeForGlyphAtIndex : nuint -> bool

Paramètres

glyphIndex
System.System.UIntPtr System.unativeint

Retours

Attributs

Remarques

Les glyphes tels que les onglets et les nouvelles lignes ne sont généralement pas affichés, mais la disposition des effets. Les espaces sont considérés comme affichés, car ils « montrent » un déplacement caractéristique.

Cette méthode entraîne la mise en page jusqu’à l’index spécifié. Si AllowsNonContiguousLayout a la valeur true, la disposition est limitée au fragment de ligne contenant.

S’applique à