Поделиться через


UIFontDescriptor.GetMatchingFontDescriptors Метод

Определение

Перегрузки

GetMatchingFontDescriptors(UIFontDescriptorAttribute[])

Получите uiFontDescriptor с явным набором функций.

GetMatchingFontDescriptors(NSSet)

Получите uiFontDescriptor с явным набором функций.

GetMatchingFontDescriptors(UIFontDescriptorAttribute[])

Получите uiFontDescriptor с явным набором функций.

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

Параметры

mandatoryKeys
UIFontDescriptorAttribute[]

Список обязательных ключей, необходимых для дескриптора шрифта.

Возвращаемое значение

Комментарии

Его можно использовать из фонового потока.

Применяется к

GetMatchingFontDescriptors(NSSet)

Получите uiFontDescriptor с явным набором функций.

[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[]

Параметры

mandatoryKeys
NSSet

Обязательные ключи, которые должны присутствовать.

Этот параметр может иметь значение null.

Возвращаемое значение

Атрибуты

Комментарии

Его можно использовать из фонового потока.

Применяется к