NSLayoutManager.SetNotShownAttribute(Boolean, nuint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.