preferredFontForTextStyle static method

UIFont preferredFontForTextStyle(
  1. NSString style
)

preferredFontForTextStyle:

Implementation

static UIFont preferredFontForTextStyle(objc.NSString style) {
  objc.checkOsVersionInternal('UIFont.preferredFontForTextStyle:', iOS: (false, (7, 0, 0)));
  final _ret = _objc_msgSend_1sotr3r(_class_UIFont, _sel_preferredFontForTextStyle_, style.ref.pointer);
  return UIFont.castFromPointer(_ret, retain: true, release: true);
}