Share via


INSLayoutManagerDelegate.ShouldBreakLineByHyphenatingBeforeCharacter Method

Definition

Whether a line should break with a hyphen at the specified point. Called frequently.

[Foundation.Export("layoutManager:shouldBreakLineByHyphenatingBeforeCharacterAtIndex:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBreakLineByHyphenatingBeforeCharacter(AppKit.NSLayoutManager layoutManager, UIntPtr characterIndex);
[<Foundation.Export("layoutManager:shouldBreakLineByHyphenatingBeforeCharacterAtIndex:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldBreakLineByHyphenatingBeforeCharacter : AppKit.NSLayoutManager * unativeint -> bool
override this.ShouldBreakLineByHyphenatingBeforeCharacter : AppKit.NSLayoutManager * unativeint -> bool

Parameters

layoutManager
NSLayoutManager
characterIndex
UIntPtr

unativeint

Returns

Attributes

Applies to