NSLayoutManager.NotShownAttributeForGlyphAtIndex(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.
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.