NSLayoutManager.NotShownAttributeForGlyphAtIndex(nuint) 方法

定义

是否显示指定索引处的字形。

[Foundation.Export("notShownAttributeForGlyphAtIndex:")]
public virtual bool NotShownAttributeForGlyphAtIndex(nuint glyphIndex);
abstract member NotShownAttributeForGlyphAtIndex : nuint -> bool
override this.NotShownAttributeForGlyphAtIndex : nuint -> bool

参数

glyphIndex
System.System.UIntPtr System.unativeint

返回

属性

注解

通常不显示选项卡和换行符等字形,而是显示效果布局。 空间被视为显示,因为它们“显示”特征位移。

此方法将导致布局到指定的索引。 如果 AllowsNonContiguousLayouttrue,则布局将限制为包含的行片段。

适用于