다음을 통해 공유


NSLayoutManagerDelegate_Extensions.ShouldGenerateGlyphs 메서드

정의

재정의되면 앱 개발자가 초기 문자 모양 생성 프로세스를 사용자 지정할 수 있습니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static nuint ShouldGenerateGlyphs (this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, IntPtr glyphBuffer, IntPtr props, IntPtr charIndexes, UIKit.UIFont aFont, Foundation.NSRange glyphRange);
static member ShouldGenerateGlyphs : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * nativeint * nativeint * nativeint * UIKit.UIFont * Foundation.NSRange -> nuint

매개 변수

This
INSLayoutManagerDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

layoutManager
NSLayoutManager
glyphBuffer
IntPtr

nativeint

props
IntPtr

nativeint

charIndexes
IntPtr

nativeint

aFont
UIFont
glyphRange
NSRange

반환

System.System.UIntPtr System.unativeint
특성

적용 대상