kCTAdaptiveImageProviderAttributeName

Static kCTAdaptiveImageProviderAttributeName 

Source
pub unsafe static kCTAdaptiveImageProviderAttributeName: &'static CFString
Available on crate feature CTStringAttributes only.
Expand description

Provide the image for an emoji-like text attachment.

The attribute value must be an object conforming to the CTAdaptiveImageProviding protocol. The range this attribute is applied to should be one or more U+FFFC characters, each of which will be drawn as the provided image, and the font attribute applied to that range will be used to determine properties such as point size.

See also Apple’s documentation