UIFontDescriptor.as constructor
UIFontDescriptor.as(
- 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)));
}