attributedStringWithAdaptiveImageGlyph static method
NSAttributedString
attributedStringWithAdaptiveImageGlyph(
- NSAdaptiveImageGlyph adaptiveImageGlyph, {
- required NSDictionary attributes,
attributedStringWithAdaptiveImageGlyph:attributes:
Implementation
static NSAttributedString attributedStringWithAdaptiveImageGlyph(NSAdaptiveImageGlyph adaptiveImageGlyph, {required objc.NSDictionary attributes}) {
objc.checkOsVersionInternal('NSAttributedString.attributedStringWithAdaptiveImageGlyph:attributes:', iOS: (false, (18, 0, 0)), macOS: (false, (15, 0, 0)));
final _ret = _objc_msgSend_15qeuct(_class_NSAttributedString, _sel_attributedStringWithAdaptiveImageGlyph_attributes_, adaptiveImageGlyph.ref.pointer, attributes.ref.pointer);
return NSAttributedString.castFromPointer(_ret, retain: true, release: true);
}