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
반환
- 특성
설명
탭 및 줄바꿈과 같은 문자 모양은 일반적으로 표시되지 않지만 효과 레이아웃은 표시됩니다. 공백은 특성 변위를 "표시"하므로 표시되는 것으로 간주됩니다.
이 메서드는 지정된 인덱스까지 레이아웃을 발생합니다. 가 이true
면 AllowsNonContiguousLayout 레이아웃이 포함된 줄 조각으로 제한됩니다.