NSLayoutManager.SetGlyphs(IntPtr, IntPtr, IntPtr, UIFont, NSRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the initial glyphs and glyph properties for the specified character range.
[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
Parameters
- glyphs
-
IntPtr
nativeint
- props
-
IntPtr
nativeint
- charIndexes
-
IntPtr
nativeint
- aFont
- UIFont
- glyphRange
- NSRange
- Attributes