UIFont.FromDescriptor(UIFontDescriptor, nfloat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Factory method that creates a UIFont from the specified descriptor.
public static UIKit.UIFont FromDescriptor (UIKit.UIFontDescriptor descriptor, nfloat pointSize);
static member FromDescriptor : UIKit.UIFontDescriptor * nfloat -> UIKit.UIFont
Parameters
- descriptor
- UIFontDescriptor
- pointSize
- nfloat
Returns
Remarks
(More documentation for this node is coming)
This can be used from a background thread.