how to resize an image or done as a NSAttributedString NSTextAttachment (or set its initital size)

前端 未结 5 1883
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 08:24

I have a NSAttributedString to which I am adding a NSTextAttachment. The image is 50w by 50h but I\'d like it to scale down to reflect the line height of the attributed stri

5条回答
  •  伪装坚强ぢ
    2020-11-30 09:04

    Look at subclassing NSTextAttachment and implementing the NSTextAttachmentContainer methods to return different sizes based on the text container supplied. By default, NSTextAttachment just returns the size of the image it is provided with.

提交回复
热议问题