NSLayoutManager.NotShownAttributeForGlyphAtIndex(nuint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
是否显示指定索引处的字形。
[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
返回
- 属性
注解
通常不显示选项卡和换行符等字形,而是显示效果布局。 空间被视为显示,因为它们“显示”特征位移。
此方法将导致布局到指定的索引。 如果 AllowsNonContiguousLayout 为 true
,则布局将限制为包含的行片段。