Share via


NSTextLayoutManager.EnumerateRenderingAttributes Method

Definition

[Foundation.Export("enumerateRenderingAttributesFromLocation:reverse:usingBlock:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EnumerateRenderingAttributes(AppKit.INSTextLocation location, bool reverse, AppKit.NSTextLayoutManagerEnumerateRenderingAttributesDelegate handler);
[<Foundation.Export("enumerateRenderingAttributesFromLocation:reverse:usingBlock:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnumerateRenderingAttributes : AppKit.INSTextLocation * bool * AppKit.NSTextLayoutManagerEnumerateRenderingAttributesDelegate -> unit
override this.EnumerateRenderingAttributes : AppKit.INSTextLocation * bool * AppKit.NSTextLayoutManagerEnumerateRenderingAttributesDelegate -> unit

Parameters

location
INSTextLocation
reverse
Boolean
Attributes

Applies to