Share via


UIFontDescriptor.GetMatchingFontDescriptors Método

Definición

Sobrecargas

GetMatchingFontDescriptors(UIFontDescriptorAttribute[])

Recupera un UIFontDescriptor con un conjunto explícito de características.

GetMatchingFontDescriptors(NSSet)

Recupera un UIFontDescriptor con un conjunto explícito de características.

GetMatchingFontDescriptors(UIFontDescriptorAttribute[])

Recupera un UIFontDescriptor con un conjunto explícito de características.

public UIKit.UIFontDescriptor[] GetMatchingFontDescriptors (params UIKit.UIFontDescriptorAttribute[] mandatoryKeys);
member this.GetMatchingFontDescriptors : UIKit.UIFontDescriptorAttribute[] -> UIKit.UIFontDescriptor[]

Parámetros

mandatoryKeys
UIFontDescriptorAttribute[]

Lista de claves obligatorias que desea en el descriptor de fuente.

Devoluciones

Comentarios

Se puede usar desde un subproceso en segundo plano.

Se aplica a

GetMatchingFontDescriptors(NSSet)

Recupera un UIFontDescriptor con un conjunto explícito de características.

[Foundation.Export("matchingFontDescriptorsWithMandatoryKeys:")]
public virtual UIKit.UIFontDescriptor[] GetMatchingFontDescriptors (Foundation.NSSet mandatoryKeys);
abstract member GetMatchingFontDescriptors : Foundation.NSSet -> UIKit.UIFontDescriptor[]
override this.GetMatchingFontDescriptors : Foundation.NSSet -> UIKit.UIFontDescriptor[]

Parámetros

mandatoryKeys
NSSet

Claves obligatorias que deben estar presentes.

Este parámetro puede ser null.

Devoluciones

Atributos

Comentarios

Se puede usar desde un subproceso en segundo plano.

Se aplica a