boldSystemFontOfSize static method
boldSystemFontOfSize:
Implementation
static UIFont boldSystemFontOfSize(double fontSize) {
objc.checkOsVersionInternal('UIFont.boldSystemFontOfSize:', iOS: (false, (2, 0, 0)));
final _ret = _objc_msgSend_oa8mke(_class_UIFont, _sel_boldSystemFontOfSize_, fontSize);
return UIFont.castFromPointer(_ret, retain: true, release: true);
}