Share via


NSLayoutManager.SetNotShownAttribute(Boolean, UIntPtr) Method

Definition

Specifies that the glyph at the specified index should be marked as not shown.

[Foundation.Export("setNotShownAttribute:forGlyphAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetNotShownAttribute(bool flag, UIntPtr glyphIndex);
[<Foundation.Export("setNotShownAttribute:forGlyphAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetNotShownAttribute : bool * unativeint -> unit
override this.SetNotShownAttribute : bool * unativeint -> unit

Parameters

flag
Boolean
glyphIndex
UIntPtr

unativeint

Attributes

Remarks

This method is generally only called by custom typesetters.

Applies to