fontWithSize method
fontWithSize:
Implementation
UIFont fontWithSize(double fontSize) {
objc.checkOsVersionInternal('UIFont.fontWithSize:', iOS: (false, (2, 0, 0)));
final $ret = _objc_msgSend_oa8mke(object$.ref.pointer, _sel_fontWithSize_, fontSize);
return UIFont.fromPointer($ret, retain: true, release: true);
}