localizedAttributedStringWithFormat_options_ static method

NSMutableAttributedString localizedAttributedStringWithFormat_options_(
  1. ThermionDartTexture1 _lib,
  2. NSAttributedString format,
  3. int options
)
override

Implementation

static NSMutableAttributedString localizedAttributedStringWithFormat_options_(
    ThermionDartTexture1 _lib, NSAttributedString format, int options) {
  final _ret = _lib._objc_msgSend_729(
      _lib._class_NSMutableAttributedString1,
      _lib._sel_localizedAttributedStringWithFormat_options_1,
      format._id,
      options);
  return NSMutableAttributedString._(_ret, _lib, retain: true, release: true);
}