Share via


NSTextLayoutManagerDelegate.GetRenderingAttributes Method

Definition

[Foundation.Export("textLayoutManager:renderingAttributesForLink:atLocation:defaultAttributes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>? GetRenderingAttributes(AppKit.NSTextLayoutManager textLayoutManager, Foundation.NSObject link, AppKit.INSTextLocation location, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> renderingAttributes);
[<Foundation.Export("textLayoutManager:renderingAttributesForLink:atLocation:defaultAttributes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRenderingAttributes : AppKit.NSTextLayoutManager * Foundation.NSObject * AppKit.INSTextLocation * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
override this.GetRenderingAttributes : AppKit.NSTextLayoutManager * Foundation.NSObject * AppKit.INSTextLocation * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Parameters

textLayoutManager
NSTextLayoutManager
link
NSObject
location
INSTextLocation
renderingAttributes
NSDictionary<NSString,NSObject>

Returns

Implements

Attributes

Applies to