alloc static method

UIFont alloc()

alloc

Implementation

static UIFont alloc() {
  final _ret = _objc_msgSend_151sglz(_class_UIFont, _sel_alloc);
  return UIFont.castFromPointer(_ret, retain: false, release: true);
}