| Protocols | |
|---|---|
| From | NSCopying |
| To | NSCopying, NSSecureCoding |
| Declaration | |
|---|---|
| From | + (NSImageSymbolConfiguration *)configurationWithPointSize:(CGFloat)pointSize weight:(NSFontWeight)weight scale:(NSImageSymbolScale)scale |
| To | + (instancetype)configurationWithPointSize:(CGFloat)pointSize weight:(NSFontWeight)weight scale:(NSImageSymbolScale)scale |
| Declaration | |
|---|---|
| From | + (NSImageSymbolConfiguration *)configurationWithPointSize:(CGFloat)pointSize weight:(NSFontWeight)weight |
| To | + (instancetype)configurationWithPointSize:(CGFloat)pointSize weight:(NSFontWeight)weight |
| Declaration | |
|---|---|
| From | + (NSImageSymbolConfiguration *)configurationWithTextStyle:(NSFontTextStyle)style scale:(NSImageSymbolScale)scale |
| To | + (instancetype)configurationWithTextStyle:(NSFontTextStyle)style scale:(NSImageSymbolScale)scale |
| Declaration | |
|---|---|
| From | + (NSImageSymbolConfiguration *)configurationWithTextStyle:(NSFontTextStyle)style |
| To | + (instancetype)configurationWithTextStyle:(NSFontTextStyle)style |
| Declaration | |
|---|---|
| From | + (NSImageSymbolConfiguration *)configurationWithScale:(NSImageSymbolScale)scale |
| To | + (instancetype)configurationWithScale:(NSImageSymbolScale)scale |
| Declaration | |
|---|---|
| From | - (NSImage *)imageForBounds:(NSRect)imageBounds textContainer:(NSTextContainer *)textContainer characterIndex:(NSUInteger)charIndex |
| To | - (NSImage *)imageForBounds:(CGRect)imageBounds textContainer:(NSTextContainer *)textContainer characterIndex:(NSUInteger)charIndex |
| Declaration | |
|---|---|
| From | - (NSRect)attachmentBoundsForTextContainer:(NSTextContainer *)textContainer proposedLineFragment:(NSRect)lineFrag glyphPosition:(CGPoint)position characterIndex:(NSUInteger)charIndex |
| To | - (CGRect)attachmentBoundsForTextContainer:(NSTextContainer *)textContainer proposedLineFragment:(CGRect)lineFrag glyphPosition:(CGPoint)position characterIndex:(NSUInteger)charIndex |
| Protocols | |
|---|---|
| From | NSSecureCoding, NSTextAttachmentContainer |
| To | NSSecureCoding, NSTextAttachmentContainer, NSTextAttachmentLayout |
| Declaration | |
|---|---|
| From | @property NSRect bounds |
| To | @property CGRect bounds |