public interface NSTextAttachmentContainer
| Modifier and Type | Method and Description |
|---|---|
CGRect |
attachmentBoundsForTextContainerProposedLineFragmentGlyphPositionCharacterIndex(NSTextContainer textContainer,
CGRect lineFrag,
CGPoint position,
long charIndex)
Returns the layout bounds to the layout manager.
|
UIImage |
imageForBoundsTextContainerCharacterIndex(CGRect imageBounds,
NSTextContainer textContainer,
long charIndex)
Returns the image object rendered by NSLayoutManager at imageBounds inside textContainer.
|
CGRect attachmentBoundsForTextContainerProposedLineFragmentGlyphPositionCharacterIndex(NSTextContainer textContainer, CGRect lineFrag, CGPoint position, long charIndex)
UIImage imageForBoundsTextContainerCharacterIndex(CGRect imageBounds, NSTextContainer textContainer, long charIndex)