NSLayoutManager.NotShownAttributeForGlyphAtIndex(nuint) Method

Definition

Whether the glyph at the specified index is shown.

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

Parameters

glyphIndex
System.System.UIntPtr System.unativeint

Returns

Attributes

Remarks

Glyphs such as tabs and newlines are not typically shown, but effect layout. Spaces are considered shown, as they "show" a characteristic displacement.

This method will cause layout up to the specified index. If AllowsNonContiguousLayout is true, the layout will be confined to the containing line fragment.

Applies to