UIFontDescriptor.as constructor

UIFontDescriptor.as(
  1. ObjCObject other
)

Constructs a UIFontDescriptor that points to the same underlying object as other.

Implementation

UIFontDescriptor.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIFontDescriptor', iOS: (false, (7, 0, 0)));
}