NSTextLayoutManagerDelegate.GetRenderingAttributes 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.
[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