UIFontDescriptor.FromAttributes Método

Definición

Sobrecargas

FromAttributes(NSDictionary)

(Débil) Crea un uiFontDescriptor mediante un conjunto de atributos contenidos en el diccionario.

FromAttributes(UIFontAttributes)

Crea un uiFontDescriptor mediante un conjunto de atributos contenidos en el diccionario.

FromAttributes(NSDictionary)

(Débil) Crea un uiFontDescriptor mediante un conjunto de atributos contenidos en el diccionario.

[Foundation.Export("fontDescriptorWithFontAttributes:")]
public static UIKit.UIFontDescriptor FromAttributes (Foundation.NSDictionary attributes);
static member FromAttributes : Foundation.NSDictionary -> UIKit.UIFontDescriptor

Parámetros

attributes
NSDictionary

Diccionario débil de atributos de fuente.

Devoluciones

Atributos

Comentarios

Se puede usar desde un subproceso en segundo plano.

Se aplica a

FromAttributes(UIFontAttributes)

Crea un uiFontDescriptor mediante un conjunto de atributos contenidos en el diccionario.

public static UIKit.UIFontDescriptor FromAttributes (UIKit.UIFontAttributes attributes);
static member FromAttributes : UIKit.UIFontAttributes -> UIKit.UIFontDescriptor

Parámetros

attributes
UIFontAttributes

Diccionario débil de atributos de fuente.

Devoluciones

Comentarios

Se puede usar desde un subproceso en segundo plano.

Se aplica a