Package org.robovm.apple.uikit
Interface NSTextLayoutManagerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
NSTextLayoutManagerDelegateAdapter
public interface NSTextLayoutManagerDelegate extends NSObjectProtocol
- Since:
- Available in iOS 15.0 and later.
-
Method Summary
Modifier and Type Method Description NSTextLayoutFragmentgetTextLayoutFragmentForLocation(NSTextLayoutManager textLayoutManager, NSTextLocation location, NSTextElement textElement)NSDictionary<NSString,?>renderingAttributesForLink(NSTextLayoutManager textLayoutManager, NSObject link, NSTextLocation location, NSDictionary<NSString,?> renderingAttributes)booleanshouldBreakLineBeforeLocation(NSTextLayoutManager textLayoutManager, NSTextLocation location, boolean hyphenating)
-
Method Details
-
getTextLayoutFragmentForLocation
NSTextLayoutFragment getTextLayoutFragmentForLocation(NSTextLayoutManager textLayoutManager, NSTextLocation location, NSTextElement textElement) -
shouldBreakLineBeforeLocation
boolean shouldBreakLineBeforeLocation(NSTextLayoutManager textLayoutManager, NSTextLocation location, boolean hyphenating) -
renderingAttributesForLink
NSDictionary<NSString,?> renderingAttributesForLink(NSTextLayoutManager textLayoutManager, NSObject link, NSTextLocation location, NSDictionary<NSString,?> renderingAttributes)
-