Share via


NSTextLayoutManagerEnumerateRenderingAttributesDelegate Delegate

Definition

public delegate bool NSTextLayoutManagerEnumerateRenderingAttributesDelegate(NSTextLayoutManager textLayoutManager, NSDictionary<NSString,NSObject> attributes, NSTextRange textRange);
type NSTextLayoutManagerEnumerateRenderingAttributesDelegate = delegate of NSTextLayoutManager * NSDictionary<NSString, NSObject> * NSTextRange -> bool

Parameters

textLayoutManager
NSTextLayoutManager
textRange
NSTextRange

Return Value

Applies to