Package org.robovm.apple.uikit
Interface NSTextViewportLayoutControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
NSTextViewportLayoutControllerDelegateAdapter
public interface NSTextViewportLayoutControllerDelegate extends NSObjectProtocol
- Since:
- Available in iOS 15.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfigureRenderingSurfaceForTextLayoutFragment(NSTextViewportLayoutController textViewportLayoutController, NSTextLayoutFragment textLayoutFragment)voidtextViewportLayoutControllerDidLayout(NSTextViewportLayoutController textViewportLayoutController)voidtextViewportLayoutControllerWillLayout(NSTextViewportLayoutController textViewportLayoutController)CGRectviewportBoundsForTextViewportLayoutController(NSTextViewportLayoutController textViewportLayoutController)
-
Method Details
-
viewportBoundsForTextViewportLayoutController
CGRect viewportBoundsForTextViewportLayoutController(NSTextViewportLayoutController textViewportLayoutController) -
configureRenderingSurfaceForTextLayoutFragment
void configureRenderingSurfaceForTextLayoutFragment(NSTextViewportLayoutController textViewportLayoutController, NSTextLayoutFragment textLayoutFragment) -
textViewportLayoutControllerWillLayout
void textViewportLayoutControllerWillLayout(NSTextViewportLayoutController textViewportLayoutController) -
textViewportLayoutControllerDidLayout
void textViewportLayoutControllerDidLayout(NSTextViewportLayoutController textViewportLayoutController)
-