NSLayoutManager.SetNotShownAttribute(Boolean, nuint) Method

Definition

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

[Foundation.Export("setNotShownAttribute:forGlyphAtIndex:")]
public virtual void SetNotShownAttribute (bool flag, nuint glyphIndex);
abstract member SetNotShownAttribute : bool * nuint -> unit
override this.SetNotShownAttribute : bool * nuint -> unit

Parameters

flag
Boolean
glyphIndex
System.System.UIntPtr System.unativeint
Attributes

Remarks

This method is generally only called by custom typesetters.

Applies to