Share via


NSLayoutManager.IsNotShownAttributeForGlyph(UIntPtr) Method

Definition

Whether the glyph at the specified index is shown.

[Foundation.Export("notShownAttributeForGlyphAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsNotShownAttributeForGlyph(UIntPtr glyphIndex);
[<Foundation.Export("notShownAttributeForGlyphAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsNotShownAttributeForGlyph : unativeint -> bool
override this.IsNotShownAttributeForGlyph : unativeint -> bool

Parameters

glyphIndex
UIntPtr

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