Share via


NSTextLayoutManager.SetRenderingAttributes Method

Definition

[Foundation.Export("setRenderingAttributes:forTextRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetRenderingAttributes(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> renderingAttributes, AppKit.NSTextRange textRange);
[<Foundation.Export("setRenderingAttributes:forTextRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetRenderingAttributes : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * AppKit.NSTextRange -> unit
override this.SetRenderingAttributes : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * AppKit.NSTextRange -> unit

Parameters

renderingAttributes
NSDictionary<NSString,NSObject>
textRange
NSTextRange
Attributes

Applies to