次の方法で共有


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
属性

適用対象