NSLayoutManager.SetGlyphs(IntPtr, IntPtr, IntPtr, UIFont, NSRange) 메서드

정의

지정된 문자 범위에 대한 초기 문자 모양 및 문자 모양 속성을 지정합니다.

[Foundation.Export("setGlyphs:properties:characterIndexes:font:forGlyphRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetGlyphs (IntPtr glyphs, IntPtr props, IntPtr charIndexes, UIKit.UIFont aFont, Foundation.NSRange glyphRange);
abstract member SetGlyphs : nativeint * nativeint * nativeint * UIKit.UIFont * Foundation.NSRange -> unit
override this.SetGlyphs : nativeint * nativeint * nativeint * UIKit.UIFont * Foundation.NSRange -> unit

매개 변수

glyphs
IntPtr

nativeint

props
IntPtr

nativeint

charIndexes
IntPtr

nativeint

aFont
UIFont
glyphRange
NSRange
특성

적용 대상