UIFontDescriptor.GetMatchingFontDescriptors Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetMatchingFontDescriptors(UIFontDescriptorAttribute[]) |
Recuperare un UIFontDescriptor con un set esplicito di funzionalità. |
GetMatchingFontDescriptors(NSSet) |
Recuperare un UIFontDescriptor con un set esplicito di funzionalità. |
GetMatchingFontDescriptors(UIFontDescriptorAttribute[])
Recuperare un UIFontDescriptor con un set esplicito di funzionalità.
public UIKit.UIFontDescriptor[] GetMatchingFontDescriptors (params UIKit.UIFontDescriptorAttribute[] mandatoryKeys);
member this.GetMatchingFontDescriptors : UIKit.UIFontDescriptorAttribute[] -> UIKit.UIFontDescriptor[]
Parametri
- mandatoryKeys
- UIFontDescriptorAttribute[]
Elenco di chiavi obbligatorie desiderate nel descrittore del tipo di carattere.
Restituisce
Commenti
Questa operazione può essere usata da un thread in background.
Si applica a
GetMatchingFontDescriptors(NSSet)
Recuperare un UIFontDescriptor con un set esplicito di funzionalità.
[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[]
Parametri
- mandatoryKeys
- NSSet
Chiavi obbligatorie che devono essere presenti.
Questo parametro può essere null
.
Restituisce
- Attributi
Commenti
Questa operazione può essere usata da un thread in background.