UIFontDescriptor.CreateWithDesign 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.
Overloads
| Name | Description |
|---|---|
| CreateWithDesign(UIFontDescriptorSystemDesign) | |
| CreateWithDesign(NSString) |
CreateWithDesign(UIFontDescriptorSystemDesign)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public UIKit.UIFontDescriptor? CreateWithDesign(UIKit.UIFontDescriptorSystemDesign design);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.CreateWithDesign : UIKit.UIFontDescriptorSystemDesign -> UIKit.UIFontDescriptor
Parameters
- design
- UIFontDescriptorSystemDesign
Returns
- Attributes
Applies to
CreateWithDesign(NSString)
[Foundation.Export("fontDescriptorWithDesign:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIFontDescriptor? CreateWithDesign(Foundation.NSString design);
[<Foundation.Export("fontDescriptorWithDesign:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateWithDesign : Foundation.NSString -> UIKit.UIFontDescriptor
override this.CreateWithDesign : Foundation.NSString -> UIKit.UIFontDescriptor
Parameters
- design
- NSString
Returns
- Attributes